I'm currently using the following code for wp_list_categories: <?php wp_list_categories('orderby=name&show_count=1&title_li='); ?> Code (markup): However I want one category name to come at the bottom. How do I do that? The only way I could do it was to add the code twice so that it's two categories list. But then it puts a space between the category and the last one.
http://codex.wordpress.org/Template_Tags/wp_list_categories Scroll down to parameters and check out "orderby"...
None of those will categorize exactly the way you want it though. I managed to find a plugin after I wrote this. It's called My Category Order. Lets you categorize exactly to your liking.