• dobner

    (@dobner)


    I added a page to a Word Press site and it does not show up in the navigation bar at the top of the theme. I have looked through similar forum topics but could not find a similar resolution that I could understand.

    Your help would be appreciated

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Technokinetics

    (@technokinetics)

    To help, we’ll need a link to your site and / or the bit of code in your header.php theme file that looks something like wp_list_pages('title_li=&sort_column=page_order');.

    – Tim

    Thread Starter dobner

    (@dobner)

    Thanks for your response.

    Here I believe this is it? (cam after the <body> tag:

    <?php wp_list_pages(‘sort_column=id&depth=1&title_li=’); ?>

    dobner

    Technokinetics

    (@technokinetics)

    That’s the right bit of code.

    One possibility: that code will generate a Page list that only includes top-level Pages. Did you assign the new Page a parent?

    – Tim

    Thread Starter dobner

    (@dobner)

    I assigned that particular page’s parent as the Main Page (no parent). Does it matter whether the Main Page is a post or page?

    Thanks very kindly for your assistance and patience.

    Dobner

    Technokinetics

    (@technokinetics)

    Yes, that matters. The `wp_list_pages()’ function lists Pages; it won’t show Posts.

    – Tim

    Thread Starter dobner

    (@dobner)

    The main “page” is a post but the page that does not show up on navigation is a page. So it should show up on the navigation, right? Again thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page Navigation Missing’ is closed to new replies.