Article Category Description on specific category archive

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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 2 posts - 1 through 2 (of 2 total)

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