Sculley Posted November 15, 2011 Share Posted November 15, 2011 I am trying to get the drop downs to work in this order on the second <li> 903,896,898,1513 but they won't. I think it's picking up ascending order maybe? Is there another php/include I should use? It's a WordPress site. <div id="navigation"> <div id="navbar_menu"> <ul id="nav_menu"> <li><?php wp_list_pages('include=3&title_li=&depth=2');?></li> <li><?php wp_list_pages('include=2,903,896,898,1513&title_li=&depth=2');?></li> <li><?php wp_list_pages('include=23,911,913&title_li=&depth=1');?></li> <li><?php wp_list_pages('include=25,921,925,927&title_li=&depth=1');?></li> <li><?php wp_list_pages('include=27&title_li=&depth=2');?></li> <li><?php wp_list_categories('include=3&title_li=&depth=2');?></li> <li><?php wp_list_pages('include=407&title_li=&depth=2');?></li> </ul> </div> </div> Thanks in advance! [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/251221-drop-down-menu-order/ Share on other sites More sharing options...
Sculley Posted November 16, 2011 Author Share Posted November 16, 2011 I hope that made sense above? Anyone? Basically wondering what to use to get drop down order I want. Thanks! Link to comment https://forums.phpfreaks.com/topic/251221-drop-down-menu-order/#findComment-1288676 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.