• I’m trying to target and style the media attached to a post.

    I’m aware of

    <?php the_title(); ?>

    Is there a way I can do the same with an attached image?

Viewing 1 replies (of 1 total)
  • Yes you can do the same with the attached featured image of the post using the_post_thumbnail() function.

    <?php the_post_thumbnail(); ?>

    For more information visit this page.

Viewing 1 replies (of 1 total)
  • The topic ‘Get images from post within loop’ is closed to new replies.