• How can I remove or change the way Pages view.
    My pages show their file path. Can this to turn off or removed ?

Viewing 1 replies (of 1 total)
  • It’s called breadcrumb, it’s good for SEO but if you don’t want it just turn if off, and it should go without saying that all the modifications must be done in child theme only.

    via css – only display none but the code is still there in the page.

    .breadcrumbs{display:none;}

    via php – remove the code entirely.

    add_filter( 'breadcrumb_trail', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘Pages show Browse: /Home/page title’ is closed to new replies.