View Single Post
Old 05-21-2012, 02:52 PM  
Jel
Confirmed User
 
Jel's Avatar
 
Industry Role:
Join Date: Feb 2007
Posts: 6,904
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
Jel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote