Hi, I'm new at blogging. The categories I used are in an alphabetical listing, of which I do not want. I want them to be in the order I want, similar to my web page. Can anybody explain to me how to do this in simple English language?
Thank you
Hi, I'm new at blogging. The categories I used are in an alphabetical listing, of which I do not want. I want them to be in the order I want, similar to my web page. Can anybody explain to me how to do this in simple English language?
Thank you
Could you post a link to your website? And explain in which order you do want them. Basically you need to edit wp_list_categories() This has three options: order alphabetically, by the category id or by the number of posts in that category. If none of those options is what you want you will need to write a custom function.
If those 'orderby' parameters of the template tag, wp_list_categories(), don't work for you, try these plugins:
http://wordpress.org/extend/plugins/order-categories/
tag: order-categories
http://wordpress.org/extend/plugins/my-category-order/
tag: my-category-order
You must log in to post.