• Hey Everyone,

    I am using agentpress theme from studiopress for my site. Whenever I add new page in my site it gets included in main menu.

    I have a list of about 50 pages so I can’t let that happen. I would like to fix the main menu with Home, About us, Contact us, etc and would like to keep the rest of the pages in footer, links with in the pages, etc.

    I personally don’t want to go after posts for this content of mine.

    Is there a way to fix the main menu with x number of pages and we can set the links of rest of the pages wherever we want within the wordpress?

    One of the options I am aware of is by creating manual .html pages and inserting them in the site but they would be static pages and if I want to make any change I will have to do that manually in all of them so I would like to figure out a way for this within the wordpress database.

    Many Thanks in advance for your help…

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you considered setting up a custom menu?

    Thread Starter Bharat Tekwani

    (@bharatcnos)

    Haven’t yet cause I don’t know how to do that. Let me go through the custom menu page and see if that is of help.

    Thread Starter Bharat Tekwani

    (@bharatcnos)

    Tried to do that but still if I add a new page it goes to main menu of the site.

    Anything else that can fix this issue?

    Have you tried setting them up as child of another page. For most pages they show up on the navbar but if you choose another page as the parent it doesn’t show up on the navbar

    Thread Starter Bharat Tekwani

    (@bharatcnos)

    Yes, I have done that too for some of my pages but since the pages are too much (have completed 50 and will have about 50 more in next week) it gonna make a too big drop down of pages.

    why not just remove them from the navbar completely then

    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>

    this is the one in my header then put the about us and contact us manually

    Thread Starter Bharat Tekwani

    (@bharatcnos)

    Where to include this code?

    I can remove all of them from main menu but I can’t find where the Home page is in dashboard and how to remove it since it was created when I installed the theme..

    It will be in your header and always make a back up of the header before editing it. You can put the code in a widget if you have the php plugin or you may place in a page or post.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to fix the main menu (home, about us, etc) ?’ is closed to new replies.