I downloaded this plug-in to help me setup the featured image of my posts... I want to be able to have this plugin locate any image that might be in a post and set the featured image to that. I seem to be having issues getting started.
I have downloaded and activated the plugin. I have also added the:
<?php get_the_image(); ?>
Into the post loop... however it may be wrong. I know that the code above is for the default usage. Will the default usage grab an attached image in the post and just set it to be the post thumbnail/featured image?
Thanks for any help!