Hi Michael, basically, for each category post displayed (using your code above) I’d like this to show up:
<a href="<?php the_permalink() ?>"><img class="photo" src="<?php bloginfo('url'); ?>/core/photos/<?php echo get_post_meta($post->ID, "image", true); ?>.jpg" border="0" alt="" /></a>
I tried inputting this into your code but it failed. Any ideas?
Thanks so much for your help so far.