how to display category descriptions on archive pages?
-
I’m trying to display the category description on the category archive pages, but the tag that I found isn’t working.
I’m using
<?php /* If this is a category archive */ if (is_category()) { ?>
<?php category_description(); ?>But my description does not appear. Am I doing something wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘how to display category descriptions on archive pages?’ is closed to new replies.