A new WordPress theme was missing the featured image at the bottom of the right hand column, when editing posts and pages.
This was corrected by editing the functions.php file and adding:
add_theme_support( ‘post-thumbnails’ );
I added the above line near the top of the file, to prevent it from being mixed in with the other functions.


