Jump to content

Drop Down Menu Order


Sculley

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.