• I’ve been searching the forums but can’t get the hang of it. Every search goes to the ‘latest posts’ page.

    Anyway, my problem is that archived posts and categories have all had the images stripped from them.

    As my site is an illustration showcase blog this is a bit of a problem for me.

    I found some reference to posting as an exercpt but couldn’t find any more information on what this means?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    In your theme’s Archive and Category Templates, you will find a line like this:

    <?php the_excerpt() ?>

    Change it to this:

    <?php the_content() ?>

    Thread Starter mpm

    (@mpm)

    thank you very much.

    worked a charm!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing Images from Archives/Categories’ is closed to new replies.