Hi all,
I have 2 examples which I need help with... "My Link Order" is unable to help me out.
1) I have 4 Link Categories.. By default, the linkes are above my "PAGES". I would like my Pages category to be on top of the links. How can I set this up?. How do I sort my Pages with the link categories..
2) I need to sort the links in each of my link categories. How can I sort them non-alphabetic.
Thanks
1. If using the WordPress Default Theme, I would look at wp-content/themes/default/sidebar.php and move the use of template tag, wp_list_pages(), before the use of wp_list_bookmarks(). You can't sort Pages with Link Categories, though you could create a Link Category called Pages, then for each link in that category, use the URL of your Pages.
2. The template tag, wp_list_bookmarks(), offers both a category_orderby= parameter to sort categories, and an orderby= parameter to sort the links.
Other resources:
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy