Tue, 2010-03-09 22:45
my page is located here: http://www.diveneycue.com/. how do i edit the wp_list_pages code so that the first few categories are in this order:
$0 – $199
$200 – $499
$500-1000
$1000+
and then the rest of the Diveney Cues subcategories appear in alphabetical order????
<ul> <?php wp_list_categories('orderby=name&child_of=1&title_li=&hide_empty=0'); ?> </ul>
please advise. thanks!
Wed, 2010-03-10 11:03
#1
This is a question that ought
This is a question that ought to be addressed to the WP forums it's not a CSS matter but a scripting one, and specific to WP template tags.
