• Can someone point me in the right direction on how to set up drop down for parent/child pages? I have the PHP code set up as this:

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

    and I want to be able to hover over a parent page to see the child pages (for the ones that apply).

    How can I do this?

Viewing 1 replies (of 1 total)
  • Did you ever get this working? I had the same problem too. I used the “multi-level navigation” plugin that’s based on suckerfish. It replaces your existing menu. I was using the horizontal menu.

    It takes some customization and changes to the header.php. But it’s not too hard and it works pretty well.

    Let me know if you need any help with it.

Viewing 1 replies (of 1 total)
  • The topic ‘Drop Down Menu Parent/Child Pages’ is closed to new replies.