wordpress image showing up multiple times
Posted
by JCHASE11
on Stack Overflow
See other posts from Stack Overflow
or by JCHASE11
Published on 2010-06-10T23:13:14Z
Indexed on
2010/06/11
14:12 UTC
Read the original article
Hit count: 253
I am writing a wordpress theme, and have run into a fairly basic problem. By default, when you inset an image into the post, it displays that image at the size you specify, on both the homepage and the single post.
I would like to have different sized images, displaying a thumbnail on the homepage, and a full sized image when you click through to the post. I am using wordpress 2.9's new thumbnail feature, which has created great thumbnails for the homepage. But now, I am stuck with a nice thumbnail next to a large photo (on the index/home page). On the single page, it is displaying correctly with just the large picture.
Basically, I need to know how to tell wordpress to only display the large post image on the single page, not on the index.
Also: I have used the timthumb script, but I think the answer is far more basic then needing plugins or scripts
Thanks!
© Stack Overflow or respective owner