justme 0 Report post Posted November 25, 2009 In admin / iBlogPro3 Options / Pages and Posts, I added category IDs to the Category Subnav Items field and they show up fine on the front end. Is there a way to control their order? Your example uses numbers out of order which is how I input mine but the Categories actually display in alphabetical order, the same as in the sidebar, regardless of the order I list the ID numbers. Should they actually display in number order (which is what I was hoping to do). Thanks, David Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 26, 2009 Good catch, in a future update we will add this as the default functionality. For now, you'll need to edit this code: `wp_list_categories('include='.pagelines('subnav_categories').'&title_li=');` in _subnav.php ... look up the changes you need to make on WordPress.org. Hope this helps. Andrew Share this post Link to post Share on other sites
justme 0 Report post Posted November 26, 2009 ok thanks! Share this post Link to post Share on other sites