Forums

no images showing on category page?! (2 posts)

  1. jbiddulph
    Member
    Posted 1 year ago #

    Hi, on my custom theme, on the main index page, all content from my posts are showing, I have 1 image and some text per post.
    view site here

    now when I go to the category page: view category 1 page here only the title and first paragraph of text shows?! I would like to show the image aswell

    please help!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its category template files. Simply edit the relevant template file (category.php or archive.php) and replace <?php the_excerpt();?> with <?php the_content();?>.

Topic Closed

This topic has been closed to new replies.

About this Topic