Return to Snippet

Revision: 47076
at May 31, 2011 22:48 by xavsio4


Initial Code
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 115, 115 )

Initial URL


Initial Description
To enablefeatured image on a post, just open your theme’s functions.php file, paste in the code below, and voila!

Initial Title
Enabling featured image on a post

Initial Tags
wordpress

Initial Language
PHP