Set them as featured images every time I post them during my entry?
Here is a sample of the code. I’m thinking I put it were the /img/postimages/1.jpg is?
<div class="post-item">
<img src="<?php echo bloginfo('template_directory') . '/img/postimages/1.jpg' ;?>"
alt="post image" />
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<p class="meta">posted by <?php the_author();?> on <?php the_date(); ?></p>
<?php the_content('Read more...'); ?>
<div class="numComments">
<a href="<?php comments_link(); ?>"><?php comments_number('0', '1', '%'); ?></a>
</div><!-- end numComments -->
Thanks for the quick response btw