• Hi, I would like to display the category description under the category title on category pages in our blog. I found a couple of article suggesting adding:

    <?php
    the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ );
    ?>
    Expand
    To the archive.php file in the Theme Editor but that didn’t work. Any suggestions gratefully recieved!

    The page I need help with: [log in to see the link]

  • The topic ‘Trying to display category descriptions (Hello theme)’ is closed to new replies.