I cannot seem to get the Featured Image working in Twenty Ten
Any ideas? I have uploaded it and attached it using the featured image box, but no image appears.
Does Twenty Teh theme support Featured Image?
I cannot seem to get the Featured Image working in Twenty Ten
Any ideas? I have uploaded it and attached it using the featured image box, but no image appears.
Does Twenty Teh theme support Featured Image?
yes, it has to be big enough or its not used.
940x198 is the minimum size
Tried that. Made an image 940px x 198 px uploaded it and set it as featured image. Still nothing. Nothing in the header except default image and no thumbnail beside post intro :(
Realised that you activate the post thumbnail on line 168
go into the functions.php and change sizes here,
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 232 ) );
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 232 ) );
you might have to re-upload the images for the change to take effect
This topic has been closed to new replies.