In function.php:
add_theme_support('post-thumbnails');
in custom post type definition:
'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'custom-fields', ),
Articles on programming written for own pleasure with great respect to programmers community.
In function.php:
add_theme_support('post-thumbnails');
in custom post type definition:
'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'custom-fields', ),