the_category exclude categories
-
I have an area in each post where it lists which categories the post is tagged in.
Each post is tagged with at least 3 categories (necessary for site navigation). However, where I call for the category listing, I would like to hide a category from appearing.I’m using <?php the_category(‘ ‘); ?>
Is there a way to add an exclude to the_category script?
query_posts doesn’t seem to work.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘the_category exclude categories’ is closed to new replies.