If you see that Featured Image link is not visible on the post edit page, that means your theme does not support thumbnails.You can add one line to your functions.php in the active theme folder. This can be done by the code below.
add_theme_support( 'post-thumbnails' );