Tagged: breadcrumbs, header
Hi there,
sorry, had this labeled as a feature request first – now I see there’s a special section for that.
Still, could you please tell me which php file I need to edit (and how) to disable the breadcrumb navigation in the header, but still leave the page title intact?
Thanks!
Andy
Hey!
Open up wp-contentthemesenfoldfunctions-enfold.php and replace:
'breadcrumb' => true,
with
'breadcrumb' => false,
Regards,
Peter
Thanks Peter!
Any plans to make this an option in the page layout settings? I already made a feature request for this.
Servus,
Andy