Forums
(@primoz-frelih)
6 years ago
Thanks Joy!
14 years, 11 months ago
Hi, find and add this to your “add_theme_support” function in functions.php:
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’ ) );
It’s also useful for the custom type posts, just add them to the array.