/ Published in: PHP
Place this code in your theme's functions.php file to activate featured images.
Expand |
Embed | Plain Text
add_theme_support( 'post-thumbnails' ); }
You need to login to post a comment.
mindshare on 03/26/11
1 person have marked this snippet as a favorite
Place this code in your theme's functions.php file to activate featured images.
add_theme_support( 'post-thumbnails' ); }
You need to login to post a comment.