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>' ); ?>