Drop downs not working
-
Any idea why this code won’t work to create drop downs on the Services tab on this site — I’ve used this many times before:
thestudio88.com
I’ve set the Parent page to Services for the 3 sub pages.
Used this code — I double checked the page ID and it’s correct.
<div class=”topnav”>
- <?php wp_list_pages(‘include=4&title_li=&depth=1’);?>
- <?php wp_list_pages(‘include=16&title_li=&depth=1’);?>
- <?php wp_list_pages(‘include=29&title_li=&depth=1’);?>
- <?php wp_list_pages(‘include=13&title_li=&depth=3’);?>
- <?php wp_list_pages(‘include=6&title_li=&depth=1’);?>
- <?php wp_list_pages(‘include=9&title_li=&depth=1’);?>
<div class=”clr”></div>
</div>Thanks much in advance!
- The topic ‘Drop downs not working’ is closed to new replies.