I have a featured post on my homepage and am using <?php the_excerpt(); ?> to pull in the post info.
Is there anyway to pull out the first image in a post to display with the excerpt?
Example:
<h4><?php the_title(); ?></h4>
<img src="some-image.jpg" alt="" />
<?php the_excerpt(); ?>