FInally got it figured out!!! add
add_theme_support( ‘post-thumbnails’ );
in the themes-functionality.php page at the very bottom. Then the Feature Image box appears on the right side of the screen for you to set whatever thumbnail you want to show for that post.
blog.juliepicht.com
I am having the same issue. I have tried adding snippets of code to functions.php and it just breaks the whole site. How can I solve this issue?
add_theme_support( ‘featured-image’ );
add_theme_support( ‘post-thumbnails’ );