I'm working on a cooking blog, and I'm posting 1 picture per post. When i click a category I get all the posts from that category in full view mode. I wanted to appear only the title and the image related to the post.
I know that i have to delete this:
Code:
<?php the_content(); ?>
What I really need is a way to declare each different image to the correspondent post.
I created a template already just for the archive.php. So i can keep the content on the main page.
|