How can i add custom class=”featured” into html\com_content\category\blog_item.php if that rendered article is featured too?
Is there a line of code that can determines if the article is featured?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok i`ve got it!
Into html\com_content\category\blog.php
Paste this lines on line 79
And add
on line 86
So it looks like this:
Special thanks to Bojcheski