Excuding categories – missing the trick!
-
I guess this is easy, but I’ve read all the documents and tried various things out without any success (As seen here: Template Tags/wp list categories). I just want to exclude a category from a list of categories shown above the post. The current code calling the categories on my blog is:
<?php the_category(' <span>/</span> '); ?>
wp list categories didn’t work so I stuck with the_category
I’ve tried
,’exclude=catalogue’
and
,’exclude=4′
and many othersAny help greatly appreciated!
Kaspar
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Excuding categories – missing the trick!’ is closed to new replies.