Return to Snippet

Revision: 40673
at February 5, 2011 02:10 by amyb


Initial Code
//allows thumbnails
add_theme_support( 'post-thumbnails' );

//sets thumbnail size
set_post_thumbnail_size( 100, 100 );

Initial URL


Initial Description
Add this to your theme's functions.php file

Initial Title
Wordpress - enable featured images & set default size

Initial Tags
wordpress

Initial Language
PHP