• Hello,

    I use quite a lot of images in my posts on my blog and it’s kind of annoying that when I click on category or archive views it only shows the title and doesn’t show any images from the post.

    I’m presuming I need to edit one of the template but I’m unsure which one or what I need to add/remove.

    Thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have <?php the_excerpt(); ?> in the Archive template — if not Archive template, then possibly month and category template (don’t know how they’re named in the Theme editor list).

    If you change <?php the_excerpt(); ?> to <?php the_content(); ?> the images and links and formatting will show up. The tag you need to change is around <div class="entry">

    More on what you can do with the_content in the Codex

    Thread Starter Dru

    (@dru)

    Genius!! Thanks!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Archive/Category view…’ is closed to new replies.