Title: Plugin only uses first image from post
Last modified: October 14, 2017

---

# Plugin only uses first image from post

 *  Resolved Anonymous User 15385777
 * (@anonymized-15385777)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/)
 * Plugin is great but it just uses the first image from a post and not the post
   image itself. Is it possible to change this?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/#post-9587410)
 * At the moment no. We’ll fix that in the next version.
 *  [mxmtsk](https://wordpress.org/support/users/mxmtsk/)
 * (@mxmtsk)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/#post-9889928)
 * [@webfactory](https://wordpress.org/support/users/webfactory/) when is this going
   to happen? This plugin is really one of the best when it comes to customizability
   but missing the featured image as an option is keeping me from using it.
 *  [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/#post-9889972)
 * Sorry, we can’t give you any dates. This is a free plugin developed as resources
   permit.
 *  [mxmtsk](https://wordpress.org/support/users/mxmtsk/)
 * (@mxmtsk)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/#post-9889979)
 * I understand. If you consider going really open source (by hosting a GitHub repo
   or so) I’d make a pull request and add the feature myself 🙂
 *  [danny852](https://wordpress.org/support/users/danny852/)
 * (@danny852)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/#post-10167964)
 * Try this in output_tags.php for {featuredimg}
 * function otf_featuredimg($option_key, $result, $ext) {
    $fimage = wp_get_attachment_image_src(
   get_post_thumbnail_id($result), ‘thumbnail’ ); $imgtag=’Ximg src=”‘.$fimage[0].'”/
   Y’; return $imgtag; }
 * Replace X and Y with less than and greater than signs.
    -  This reply was modified 8 years, 1 month ago by [danny852](https://wordpress.org/support/users/danny852/).
    -  This reply was modified 8 years, 1 month ago by [danny852](https://wordpress.org/support/users/danny852/).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Plugin only uses first image from post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/similar-posts_34c5f7.svg)
 * [Similar Posts - Best Related Posts Plugin for WordPress](https://wordpress.org/plugins/similar-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/similar-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/similar-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/similar-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/similar-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/similar-posts/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)

 * 5 replies
 * 4 participants
 * Last reply from: [danny852](https://wordpress.org/support/users/danny852/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/plugin-only-uses-first-image-from-post/#post-10167964)
 * Status: resolved