• Resolved longstitchkitchen

    (@longstitchkitchen)


    Hi! I am loving the Kale theme and learning quite a lot in the process of setting up my first ever website. I was hoping someone could help me out. I have set up my top menu with a few category pages, but when I click through to those pages, they contain just the archived posts from that category. Is there anyway to add some additional introductory text and images to the top of the category pages? I have tried updating the category descriptions with the text and media I want to display, but the theme doesn’t seem to do anything with that information.

    Many thanks in advance for any help.

    Cheers!

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

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for getting in touch with us.

    Unfortunately category page doesn’t allow you to add any text at the moment. The only way to add description to category page is by modifying category.php file. You can add this code:

    <?php echo the_archive_description('<div style="text-align: center;margin-bottom: 20px;">', '</div>'); ?>

    under this line:

    <h1 class="block-title"><span><?php single_cat_title(); ?></span></h1>

    Hope that helps. Thank you for your time in this.

    Best regards

Viewing 1 replies (of 1 total)

The topic ‘Additional text on category pages’ is closed to new replies.