How to enable post thumbnails?
Paste the following code snippet into the current template functions.php and save or upload it.
When editing, both posts and pages will show the featured image option
<?php if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' );}?>