Title: Exclude images from search
Last modified: August 22, 2016

---

# Exclude images from search

 *  [brunobarros](https://wordpress.org/support/users/brunobarros/)
 * (@brunobarros)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/exclude-images-from-search/)
 * I’m trying the plugin and the results looks nice, but I really don’t want to 
   include images on search result, only PDFs and DOCs files.
    Is it possible?
 * [https://wordpress.org/plugins/search-everything/](https://wordpress.org/plugins/search-everything/)

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

 *  Thread Starter [brunobarros](https://wordpress.org/support/users/brunobarros/)
 * (@brunobarros)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/exclude-images-from-search/#post-5762481)
 * I found a solution. Would be nice if you add a option on plugin settings.
 * On line 451:
    /** * Prevent find images */ $where .= ” AND $wpdb->posts.post_mime_type
   NOT IN (‘image/jpeg’, ‘image/png’, ‘image/gif’) “;
 *  [luisten](https://wordpress.org/support/users/luisten/)
 * (@luisten)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/exclude-images-from-search/#post-5762756)
 * I agree with Bruno. This option would be marvelous to have.
 * Thank you for sharing this workaround!

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

The topic ‘Exclude images from search’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/search-everything_242529.svg)
 * [Search Everything](https://wordpress.org/plugins/search-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/search-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/search-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/search-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-everything/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [luisten](https://wordpress.org/support/users/luisten/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/exclude-images-from-search/#post-5762756)
 * Status: not resolved