Ordering Pages Categories – How?
-
I’ve searched the forum, the plugins, and the site at large, I can’t seem to find an answer to this. I hope you’ll have wisdom and methods to set me straight ??
Instead of having a list with pages’ link and then categories’ links, I am calling the categories directly after the pages. This works fine, except for the ability to order the items on that list in the way I want.
Pages allow you to specify ordering, but categories only allow alphabetical or chronological order.
What I’m after is a way to manually select the order of the items in the list created with the following code:
code
<h2>Navigation</h2>-
<?php wp_list_pages(‘title_li=’); ?>
<?php wp_list_cats(); ?>code
Thanks for any and all information and ideas on this.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Ordering Pages Categories – How?’ is closed to new replies.