Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23090

    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

    #118508

    Hey!

    Open up wp-contentthemesenfoldfunctions-enfold.php and replace:

    'breadcrumb'	=> true,

    with

    'breadcrumb'	=> false,

    Regards,

    Peter

    #118509

    Thanks Peter!

    Any plans to make this an option in the page layout settings? I already made a feature request for this.

    Servus,

    Andy

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I disable just the breadcrumbs, not the entire header?’ is closed to new replies.