i run a tutorial site and on the home page has each tutorial with its own thumbnail then i use the <!--more--> tag. i'd like it so when a user clicks on 'button making' or some category it displays not only all post titles tagged under button making, but the image associated with each post too (before the more tag). i created a custom category.php but i'm confused on what code will display the image? thanks!
I would like each of those tagged posts to have an image associated with it. Like a thumbnail. The thumbnail/image needs to be the one that is in each post before the more tag. simply put the thumbnail image is just a preview of what the post entails. so instead of seeing all the post titles when browsing by category, they can see all the images instead. it will look better. Does that help?