Hello, I've just upgraded my wordpress to the newest version. Now in my site's category list there is new section - "All". I dont want that category (it just shows all posts). How to delete that category?
Thanks, looking forward to your answer.
a.
Hello, I've just upgraded my wordpress to the newest version. Now in my site's category list there is new section - "All". I dont want that category (it just shows all posts). How to delete that category?
Thanks, looking forward to your answer.
a.
In most of the cases strange things happen because themes are NOT updated for WP 2.2.
Check out the template tag used to display your categories and - if necessary - replace the deprecated tag with the new tag.
http://codex.wordpress.org/Template_Tags#Category_tags
Hey, thanks. This tag solves the problem:
<?php wp_list_cats('arguments'); ?>
a.
This topic has been closed to new replies.