Hi all , i am facing problem with featured image when i make a new post in my site
i have successfully set featured image in my post but after posting it not showing, anybody help me plz
Hi all , i am facing problem with featured image when i make a new post in my site
i have successfully set featured image in my post but after posting it not showing, anybody help me plz
Where do you want it to show?
check this photo
http://i.imgur.com/0bwm5.png
i want to show featured image like this
i have add
if ( function_exists( 'add_theme_support' ) ) {in function.php. but still featured image not showing in post
add_theme_support( 'post-thumbnails' );
}
Look at the"Screen Options" on the top right when you are on the edit Post or Page screen if "featured image" is enabled.
hey not a problem in screen option... i had set featured image check the snap >> http://i.imgur.com/T29vR.png
but featured image not showing in post.. check the snap .>>> http://i.imgur.com/1y0Z8.png
Have you looked at the link shirazdrum gave you? You'll have to edit your theme's template files to make the thumbnails show (index.php, single.php etc..).
http://codex.wordpress.org/Post_Thumbnails#Default_Usage
Same thing happend to me. Check your image size, if small it will not show, try a larger one, it should work.
I had exactly the same issue.. Turned out it had todo with the directory-attributes of wp-upload and files in there. I copied to a new server and forgot to reset the file permissions.
This topic has been closed to new replies.