How do I edit the look of posts w/in a specific category on main index page?
-
I am trying to have all posts within the Category-9 “Links” to appear with a smaller font.
I was able to successfully edit all Category-9 “Links” posts in Category and Single page view to show a smaller font using a div class.
But I have not been able to edit the Main Index to show a smaller font for posts assigned with Category-9 “Links” appears with other posts.
I was trying to edit it using the following
<?php if (in_category('9')) {echo '<div class="links">';} ?>
but that is a total guess as to how to go about it and it’s not working.Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I edit the look of posts w/in a specific category on main index page?’ is closed to new replies.