Add Category Description in the Category Page

To add your post category description in your category page, follow its steps:

1
Go to the theme folder, copy the index.php file and paste it into your child theme.
2
Rename this file in category.php
3
Add the code below just after the blog-entries div
<?php
// Category description
the_archive_description( '<div class="taxonomy-description">', '</div>' ); ?>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.