• I am still new to all of this. My theme allows for showing child pages and grandchild pages in the Pages drop down menu, but I am not sure how I am suppose to do it.

    For Example, I have an About Me section. I created a child page titled “Test Page.” When I hover my mouse over the About Me link, Test Page does not show up in a drop down menu. I would like it to.

    What must I do to create this drop down menu for children pages of their parent? Or to create any sort of drop down menu from the Pages header?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Alex

    (@alcon835)

    <div id=”menu”>
    <ul >
    <li class=”page_item <?php if ( is_home() ) { ?>current_page_item<?php } ?>”>“><?php _e(‘Home’, ‘elegant-grunge’) ?>
    <?php wp_list_pages(‘title_li=&depth=1’); ?>

    <div class=”clear”></div>
    </div>

    That is what my wp_list_pages looks like currently. It does not allow children of Pages to be shown as a dropdown menu.

    Please help!!!

    Please take a look at Angry White Male, hover over “Surveys” and see if this is what you want to do.

    I’m using the Twenty Ten theme. When I created the “Survey: Privatizing Education” page, under Page Attributes I selected the Parent page, which is “Surveys.”

    When I published the child page, it appeared correctly under the parent page.

    Thread Starter Alex

    (@alcon835)

    Yeah, that’s what I’m trying to do! And thanks for the info. I was pretty sure that’s what I was suppose to do, but it isn’t working for my page.

    If your theme supports custom menus then all need to do create a menu and add pages posts and categories you want in menu and arrange them as you wish by drag and drop.

    For child theme you will drag slightly to right and grandchild drag it slightly right of child.

    You can see example I have set mine here

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Showing Child and grandchild pages’ is closed to new replies.