Hi James,
thanks…I tried to do what you told me but every time I updated the post nothing happen. probably i code it by mistake when trying to create the thumbnails to appear at the feed.
now, i tried to find what shall i do in order to fix the problem…i copied this code:
// Check if this is a post or page, if it has a thumbnail, and if it’s a big one
if ( is_singular() && current_theme_supports( ‘post-thumbnails’ ) &&
has_post_thumbnail( $post->ID ) &&
( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘post-thumbnail’ ) ) &&
$image[1] >= HEADER_IMAGE_WIDTH ) :
// Houston, we have a new header image!
//echo get_the_post_thumbnail( $post->ID );
but apparently i did even worse ?? now i dont have picture at all.
any recommendations?
thanks
nir