So im not really sure where to start on this one, so please excuse the long drawn out post.
Essentially I have my build setup to where the actual homepage displays my posts in a two column format and the posts page displays them in one column. So the columns are two different sizes depending on where you are looking at the post.
What I would like to achieve is to where I can have a graphic on the homepage for a post (which would be a smaller graphic) as well as a completely different graphic (on the post page itself) on single.php.
I tried playing around with the_excerpt but didn't really achieve what I was trying to do.
I dont really want to use width= height= because it will just make the image look bad..
index.php = image size 400px wide
single.php = image size 500px
Two different graphics
Here is the current build: http://weblog.anthonyjamesbruno.com
Thanks,
AJB
Ps. If this is a little confusing, I can try and clarify if needed.
Edit: Is this something I can do with custom fields?