Article Category Description on specific category archive

Home Forums WordPress Theme Support iMag Mag Article Category Description on specific category archive

This topic contains 2 replies, has 2 voices, and was last updated by  Alessio 9 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3363

    Alessio
    Member

    Hello! How do I add the articles category Description under the articles category Name when showing the archive of the specified category? I think I have to add something to blog_loop.php with the editor…
    Thank You

    #3367

    Raja CRN
    Keymaster

    Hello,

    To add the category description in your blog, You have to add the following code in the includes > blog-loop.php > in the else section,

    
    <?php if (is_category() && category_description() ) { ?>
    <?php echo category_description(); ?>
    <?php } ?>

    Thanks.

    #3376

    Alessio
    Member

    Thank you! It Works!

Viewing 3 posts - 1 through 3 (of 3 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .