Forums
(@deliciousdesign)
14 years, 2 months ago
add the following to your theme’s functions.php file:
add_theme_support( ‘post-thumbnails’ );
It fixed the issue for me.