• Hey everyone,

    When going to various Categories pages from my Home Page, what do I need to do in order to display both IMAGES + TEXT on these pages?

    Currently, they show the title and a snippet of the post tagged to that certain category.

    I understand certain themes have these coded to speed up load times when browsing various Categories, but what code do I need to edit to enable this theme-change?

    I’m using the PrimePress Theme for WP.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The PrimePress theme does not appear to use a category.php template file for displaying posts from a specific category.

    You can either edit the archive.php file and change line 36 from:

    the_excerpt();

    to:

    the_content();

    … or, you can create a category.php template file for the theme yourself. Simply copy the archive.php file; name it category.php; and, make the changes I suggested above.

    Hope that helps …

    Thread Starter dakrisht

    (@dakrisht)

    Fantastic, thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Images Posts on Categories Page’ is closed to new replies.