Forums

Using excerpt on the homepage (2 posts)

  1. gillsans
    Member
    Posted 2 months 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 months ago #

Reply

You must log in to post.

About this Topic