<?php wp_list_pages('orderby=menu_order&depth=4&title_li=&exclude='.$theme_exclude_nav_pages);?>
<?php $cats = wp_list_categories('echo=0&hide_empty=0&depth=4&title_li=&exclude='.$theme_exclude_nav_cats); if (!strpos($cats,'No categories') ){ echo $cats; }?>
That is the code I have to like make the order not do abc
[Please post code snippets between backticks or use the code button.]
I just want to reorder the top 3 using header code but i dont know how to do it anyone have any ideas>?
I click menu and it says it does not support menus but add custom menu. So I hit widgets and drag custom menu to the right. Then I hit create but it just makes a menu on the side bar. I want to just reorder the top header menu http://www.darkknightnews.com
[No bumping, thank you.]