Using excerpt on the homepage
-
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(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using excerpt on the homepage’ is closed to new replies.