Can anyone help me please:
I use the following code to show what category the particular post is in:
<?php the_category (' / '); ?>
But I want to exclude some categories from showing, is there any way to do this?
Can anyone help me please:
I use the following code to show what category the particular post is in:
<?php the_category (' / '); ?>
But I want to exclude some categories from showing, is there any way to do this?
You should try searching. It took me all of 3 seconds to come up with this:
This topic has been closed to new replies.