I would really really appreciate some help here!
Even if it’s just a way to generate the previous_post_link and next_post_link as a normal link like previous
Thank you Michael, that worked sensationally. Thank you, thank you, thank you so much!!
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.
Hi Michael, one slight issue is for each echoed post I’d like to use a custom field to pull up an image, is this possible?
Is there a foreach I can do for each post?