I’m trying to add category description to category.php page, but unable to do so. I used the following methods:
<?php echo category_description(); ?>
and
<?php the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ ); ?>
But nothing shows up (I have filled in category description). Also noticed on the category.php that you have the comment “// Show an optional category description ?>”
Still nothing shows up. Any advise?
EDIT: Its fixed.