Featured Image not displaying in a page

In your page.php or single.php whichever is concerned here.

After the post title code, add this:

<?php the_post_thumbnail(); ?>

Additional modification can be found in Codex