Hello,
I use no sidebar cat widgets, I can reorder and save but it dosent show in my blog. Can you help sir?
Hello,
I use no sidebar cat widgets, I can reorder and save but it dosent show in my blog. Can you help sir?
bob,
Without widgets you will have to modify your sidebar template. The wp_list_categories call needs "orderby=order" added to it. Something like this:
wp_list_categories('orderby=order&title_li=');
You must log in to post.