Revision: 43563
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 26, 2011 05:23 by mindshare
Initial Code
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }
Initial URL
Initial Description
Place this code in your theme's functions.php file to activate featured images.
Initial Title
Add Featured Image Support to a WordPress theme
Initial Tags
Initial Language
PHP