• Hi Guys,

    I’m using the Ari-theme. I have added links to my categories and like people to browse posts per category.

    But when I click the categories, you see the lists of posts but without the featured image.

    I would like to have the featured image to be visible with the posts showing under categories.

    How can I do this? 🙂 Hope someone can help.
    THanks!
    Babette

Viewing 3 replies - 1 through 3 (of 3 total)
  • I want to do the same thing! Can somebody hel us, Please?!!

    Hi babsiee! I have found a solution!

    Go to loop (page php) and search for the following line of code:

    <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
    <?php the_excerpt(); ?>

    change <?php the_excerpt(); ?> for <?php the_content(); ?>

    It worked for me!!

    Thread Starter babsiee33

    (@babsiee33)

    YES thank you criscouto! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add pictures to my category-posts’ is closed to new replies.