Title: Featured image issue?
Last modified: August 21, 2016

---

# Featured image issue?

 *  Resolved [mwf113](https://wordpress.org/support/users/mwf113/)
 * (@mwf113)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-image-issue-18/)
 * I installed WP Listings and everything worked great until I uploaded a featured
   image, which produced two results ???? I do not have another post type, so not
   sure what is causing this or how to delete?
    [http://keenankellumgroup.com/listings/1800-hadfield-blvd/](http://keenankellumgroup.com/listings/1800-hadfield-blvd/)
 * Theme: Winning Agent
 * [https://wordpress.org/plugins/wp-listings/](https://wordpress.org/plugins/wp-listings/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-image-issue-18/#post-5013815)
 * Looks like your theme automatically outputs the featured image after the entry
   header for all posts.
 * You’ll need to add a function to remove that. You can either find where it is
   being added (probably in functions.php) and add a conditional statement to not
   output it on the listing post type or..
 * You can create a copy of the single-listing.php included in the plugin and move
   it to your theme folder. From there you can add `remove_action('genesis_entry_header','
   whatever the add_action is named');`
 * The theme author can probably help you with this.

Viewing 1 replies (of 1 total)

The topic ‘Featured image issue?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-listings_978e8f.svg)
 * [IMPress Listings](https://wordpress.org/plugins/wp-listings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-listings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-listings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-listings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-listings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-listings/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/featured-image-issue-18/#post-5013815)
 * Status: resolved