Forums

Pyrmont v2 - viewing grandchildren pages (3 posts)

  1. AJSeaward
    Member
    Posted 2 years ago #

    I have created children and grandchildren pages linked to main pages. The child page titles show in the drop down menu, but nowhere on the site are the grandchildren pages displayed. This means I have content which is invisible to anyone browsing the site.

    How do we fix this ? Is there a simple plug-in that will do this for us ?

    I am not a techie but a business user – so simple advice please !

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    The template tag, wp_list_pages(), is typically used by theme designers to display Pages in a nav bar. With the help of the Template Hierarchy article, determine what Template is displaying your Pages (probably header.php), then look for wp_list_pages. Guessing your theme might use the depth=1 to show only top level Pages so you might delete that argument.

  3. AJSeaward
    Member
    Posted 2 years ago #

    <?php wp_list_pages('title_li=&depth=12'); ?>

    is what it says under the header.php page. Is this good ?!

Topic Closed

This topic has been closed to new replies.

About this Topic