• Resolved deanwenick

    (@deanwenick)


    Hi –

    I am new to WordPress and loving it! Thanks to all who work on it!

    I have some test posts on a blog page on my website. The posts have images and show up fine there. I have a tag cloud widget which looks fine. When I click a tag it takes me to the correct post but does not show the image. Is this normal? Can I fix it?

    wenick-photo.com/wp

    Thank you,

    Dean

Viewing 5 replies - 1 through 5 (of 5 total)
  • Your tag archive is set to show the post excerpt, instead of the full post. That’s why your images aren’t showing.

    If you want to change that so tag archives display the whole post, go into tag.php and change:

    the_excerpt() to the_content()

    p.s. if you’re using the default twentyten theme, be sure to read Rev. Voodoo’s post about child themesdon’t edit the default theme.

    p.p.s. I just realized if you’re using twentyten you may not see the code in tag.php – it’ll be in loop.php and it’s a lot more complicated to edit stuff there, so you may want to just leave things as they are unless it really bothers you. 😉

    Thread Starter deanwenick

    (@deanwenick)

    Thank you. I made the change in loop.php and that seemed to work just fine. I changedit in 3 places.
    Thanks for the link to Rev. Voodoo, I will read that now.

    Great! If you would please mark this thread as “resolved” it would be appreciated. Helps everyone keep better track of whose issues are still outstanding. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘posts not showing images’ is closed to new replies.