ok this is driving me bonkers...
I set featured-images, and assign full path to image for that
index.php I have this code:
Code:
<?php the_post_thumbnail( array (640,480) );?>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
and get fuck all show, so assumed it was because it's a custom field and not 'set featured image' so used:
Code:
<?php get_post_custom_values("featured-images")( array (640,480) );?>
and a ton of other variations with no joy. I'm fairly sure this must be pretty simple, but I'm absolutely fucked if I can figure it out, help appreciated
