• waynestiles

    (@waynestiles)


    In the single post view a navigation menu appears on top of the post title. If this link has broken by the time you answer this, just go to my home page and select a single post to view.

    This navigation menu also appears when I click on a category (like “Devotional”).

    I want to remove these “Navigation” and “Archive” hierarchy menus.

    Thanks for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • vtxyzzy

    (@vtxyzzy)

    Try adding this to the end of your style.css:

    body.single #breadcrumb { display: none; }
    Thread Starter waynestiles

    (@waynestiles)

    Okay, I didn’t know these were “breadcrumbs.” Thank you. I simply turned them off, and, bingo!

    Will this affect SEO significantly?

    Thanks again.

    vtxyzzy

    (@vtxyzzy)

    Having the breadcrumbs does add to your SEO visibility. If you want to keep them, but not show them, use #breadcrumb { display: none; }, without the body.single.

    Thread Starter waynestiles

    (@waynestiles)

    Thanks, vtxyzzy. That fixed the single post view.

    This navigation menu also appears when I click on a category (like “Devotional”).

    I want to remove the “Archive” hierarchy menu as well.

    vtxyzzy

    (@vtxyzzy)

    As I said in a previous post, just remove the ‘body.single’ from what I first showed. Or do you want to keep some of the breadcrumbs?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to hide Navigation and Archive hierarchy’ is closed to new replies.