Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #570291

    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.

    #570424

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.