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

    How can I remove the title bar “Blog – Latest News” and breadcrumbs from single posts?

    Just as I can select “hide both” in Display the Title Bar with Page Title and Breadcrumb Navigation? under any page using the builder, I need to do that for single posts.

    Thanks.

    #1289956

    Hi peterolle,

    You’ll need to use a child theme in order to do this.
    Copy single.php in the parent theme (enfold) to the child theme.
    Then comment out or remove this code (line 22, Enfold 4.8.1):

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));

    Hope it helps.

    Best regards,
    Nikko

    #1290097

    Thank you Nikko, you can mark this as solved.

    #1290101

    Hi peterolle,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the Title Bar with Page Title and Breadcrumb Navigation from single posts’ is closed to new replies.