• Resolved fernandezp27

    (@fernandezp27)


    On http://www.frankfactor.net, I’ve created a page called “Ask Frank” which I can see. I created 2 child pages under “Ask Frank” and even a child within a child. None of the child (or sub-children for that matter) can be seen. My goal is to do an interactive Q&A page for my site with certain topics and sub-topics that people can ask questions on.

Viewing 2 replies - 1 through 2 (of 2 total)
  • your top page menu is probably restricted to one level;
    the code is probably done with wp_list_pages()
    http://codex.wordpress.org/Function_Reference/wp_list_pages
    the ‘depth’ parameter

    look for this in header.php

    even if this is changed, your theme might not have the neccessary css to show a dropdown menu.

    maybe you can use a pages widget.

    Thread Starter fernandezp27

    (@fernandezp27)

    When I changed the depth to 3, it jacked up the page. I also read this under the admin/menu:

    The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.

    I did add the pages widget but, seems to only confuse me on how to use it. Would it be better to incorporate a forum for the Q&A I am trying to do? Or is there a plugin out there that might accomodate this?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cannot see nested pages.’ is closed to new replies.