Jürgen Grill
asked 4 years ago

Hi,
how can I add a filter (Q&A) or something similar to show the category description on my site? Thank you.

1 Answers
DominicStaff
answered 4 years ago

You can add the following code to the archive.php or category.php file in your theme folder.

 <?php if( term_description() ) : ?><p><?php echo term_description(); ?></p><?php endif; ?>
Powered by DW Question & Answer Pro