Informations
This code enable the post-thumbnails feature in your theme. This code need to be placed in functions.php.
Code
add_theme_support(‘post-thumbnails’);
Contribute to this page
add_theme_support( 'post-thumbnails' );