• I am updating a client’s blog, but she wants to completely unpublish the blog page from her site until we populate it with new content over the next month or two. Is there a way to remove the blog page from the menu? I was hoping to just remove it from the Menu in WordPress Appearance settings, but she doesn’t have the menu set up in that location as I was hoping. When I go to Menu I see this “Your theme does not natively support menus, but you can use them in sidebars by adding a “Custom Menus” widget on the Widgets screen. Is there another way I can go about accomplishing this? Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • what is the theme using for the nav?

    is it wp_list_pages() or wp_page_menu() ?

    https://codex.www.ads-software.com/Function_Reference/wp_page_menu
    https://codex.www.ads-software.com/Function_Reference/wp_list_pages

    what theme is the site using?

    Thread Starter nca1979

    (@nca1979)

    Thank you so much for responding and offering some advice. I did not originally develop the website so I don’t know. Where would I go to find out what the them is using for navigation. Unfortunately my client has not worked with the developer for years so I can’t reach out and ask that question.

    the menu codes might be found in header.php of the theme (?) but that can vary depending on the used theme.

    if you are dealing with a custom made theme, any help through this forum might get very difficult.

    Thread Starter nca1979

    (@nca1979)

    Hi Michael,

    The issue was just resolved. I did a remote connection with someone more experienced than myself. And you are right, it involved the codes in the theme found in header.php. Thanks for all your feedback.We were able to change the html codes to remove the blog from the menu. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove a Page from Website Menu’ is closed to new replies.