thetattooedmama
Member
Posted 1 year ago #
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?
mondo2009
Member
Posted 8 months ago #
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.