I am using <?php wp_list_categories('orderby=name&title_li'); ?>
I need to hide a category from this list called 'portfolio', how can I go about this?
I am also using <?php wp_get_archives('title_li=&type=postbypost&limit=5'); ?> For my recent posts and I need to hide all posts within the 'portfolio' category.
Basically cut off this category completely from everywhere, unless you visit the archive page directly.
Thanks.