• Hello all!!

    When i access to my homepage i can see the complet post, image including. If i browse throught the posts using the next and previous posts i can also see everything ok!

    When i go to a certain post throught, search, archives or categories, i only see a small part of the post and i cannot see any photo of the post.

    How can i set the images or the complete post to be visible when accessed throught search, archive and categories.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • You might want to check out the excerpt reloaded plugin, which gives you more control over the excerpts, including whether images, links, and text formatting appear in the excerpt, as well as how many words you want to appear. You’d replace the_excerpt in the files you mentioned with the excerpt reloaded code.

    Available from: https://guff.szub.net/2005/02/26/the-excerpt-reloaded/

    Thread Starter psiubest

    (@psiubest)

    Hello,

    Thanks for the quick reply but even with that plugin i cannot get the photo displayed on the search and archives.

    by the way i use the function between the loop like this:

    <?php if (have_posts()) : ?>
    <?php the_excerpt_reloaded(125, ‘<img>’, ‘content_rss’, FALSE); ?>
    <?php while (have_posts()) : the_post(); ?>

    This is just a wild guess, but I wonder if your images are linked, and whether you might have to add <a> to the allowed tags. I might of course be misunderstanding how the plugin works.

    Any chance of a link to your site?

    Thread Starter psiubest

    (@psiubest)

    Hey,

    Yes, my page is https://www.rapidsearching.com

    One more check — it’s easy to miss that there’s a field way down the page when you’re editing/writing a post that’s labeled “optional extract”. That’s where you’d paste the code you want to appear in the extract_reloaded — including of course the tags for the images. Are you using that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Showing images in archives and Categories’ is closed to new replies.