I am looking for a way to get my featured images to automatically insert into their posts. I have added to the functions.php the following code:
add_theme_support( 'post-thumbnails' );
And need to add:
<?php the_post_thumbnail(); ?>
into the correct spot in the single.php file.
I am following tips from here: http://www.doitwithwp.com/show-featured-image-wordpress-posts/
but can't get the image to appear in the correct spot. What am I missing?
