Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1242971

    Hi,

    Right now we have in this order
    Post title
    category name
    featured image
    meta info and read more

    how can we switch Post title and category name – we want to display category name first and then post title.

    #1243548

    Hey WellerSmithDesign,

    We cannot see the page, can you share the htpassword please in private?
    Best regards,
    Victoria

    #1244345

    here is the login info to view the site

    #1245103

    Hi,

    Thank you for the update.

    We could set the Enfold > Blog Layout > Blog Styling to Elegant to switch the position of the post title and category, but this will also change the style of the blog post a bit.

    But if you want to keep the current blog style or layout, we have to modify the includes > loop-index.php file manually. This is what renders the title.

    echo $title;
    

    Look for that code around line 371 and move it on line 296 or above this code.

    //elegant blog
    //prev: if( $blog_global_style == 'elegant-blog' )
    

    Best regards,
    Ismael

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