Forums

Using excerpt on the homepage (2 posts)

  1. gillsans
    Member
    Posted 2 years ago #

    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(); ?>

  2. gillsans
    Member
    Posted 2 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic