Tagged: post titles
Hiya,
Is there a way to push category titles below the Post title in a Blog Block? I’d need this on both the Front Page, other pages, and individual Posts.
http://www.cloisteredaway.com – the word “food” should be under the title.
Thanks.
Hey karldouglass!
You can find that around line 176 in the /enfold/includes/loop-index.php file.
if(!empty($cats))
{
echo '<span class="blog-categories minor-meta">';
echo $cats;
echo '</span>';
$cats = "";
}
echo $title;
Try switching them so the title is on top.
Best regards,
Elliott