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.
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
Thank you Nikko, you can mark this as solved.
Hi peterolle,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko