Viewing 3 replies - 1 through 3 (of 3 total)
  • You can create new Pages as sub pages to an existing one.
    For your menu, you only display the highes level pages.
    Using the permalink for a sub page, you can link to it from anywhere, be it the parent page or any other position, wher you want to present an entrace to the page.

    To only list your first level pages in the menu, you use the depth argument to the wp_list_pages() function already present in your theme:
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>

    Thread Starter hlwt

    (@hlwt)

    Thank you. Worked like a charm!

    Good to hear that ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making a page not be on menu’ is closed to new replies.