Quote:
Originally Posted by oceania
so if i dont merge them
i could possibly just remove that category from showing on the main page
not sure how to do that but i am sure there is some sort of plugin i can find
and then create a page that has links to those shows?
do you think that makes more sense? 
|
All categories are assigned an ID number by wordpress. All you would have to do is to add an 'exclude' snippet into where the php code says 'list categories'. Those arent the actual terms, but easy to find in your sidebar.php page .
That would then exclude any category you list.
Easy way to find the right code syntax is to use the 'page widget' and exclude a page. Then look at the source and you'll find the right syntax. As the page widget has that feature, right out of the box.