• IslandIP

    (@islandip)


    Hi,

    I’m having trouble removing a menu item that does not exist as a page. The item I’m trying to remove is “CONSULTING” on the website https://cortcom.com/ Any help would be great.

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • esmi

    (@esmi)

    What are you using to create the nav bar? wp_list_pages? wp_page_menu? Have you looked at the exclude parameters for these template tags?

    govpatel

    (@govpatel)

    Consulting is page with Id 29 have checked if it is still in Pages. check Thrash

    It may be hardcoded check header.php file

    Thread Starter IslandIP

    (@islandip)

    The theme being used is called Thesis 1.8. It can be found here. https://thesisthemetutorial.com/

    I’m not sure what is being used to create the nave bar. I looked at the php files in the thesis template folder and could not find a file that had a list of the menu navigation’s. There is no header.php file in the thesis theme folder as well.

    govpatel

    (@govpatel)

    I am not familiar with the theme do have any theme option in admin panel or a menu file as this is what you looking for

    <li class="tab tab-8"><a href="https://cortcom.com/?page_id=29" title="">Consulting</a>

    Thread Starter IslandIP

    (@islandip)

    The page does not exist and Consulting doesn’t show up in the menu layout in the admin panel. I’m wondering if it’s stuck in the database someplace.

    govpatel

    (@govpatel)

    Could be you can check in posts table and see if you have there ID 29

    Thread Starter IslandIP

    (@islandip)

    I checked the posts table and can’t find anything referring to ID 29

    Thread Starter IslandIP

    (@islandip)

    something is wrong with the theme menu. I switched back to the wordpress menu and it seems to be gone now.

    govpatel

    (@govpatel)

    Great

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can't remove menu item’ is closed to new replies.