Title: Show &#8216;draft&#8217; posts
Last modified: April 17, 2017

---

# Show ‘draft’ posts

 *  Resolved [cvc1968](https://wordpress.org/support/users/cvc1968/)
 * (@cvc1968)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/show-draft-posts/)
 * I have a situation in which I have to show ‘draft’ posts to editors on the front-
   end. I used a pre_get_posts filter to include ‘draft’ in my loop. However, when
   I use the MDTF filters, all the results are just ‘published’ posts.
 * Is there a way to allow ‘any’ post_status in search results?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/show-draft-posts/#post-9044567)
 * Hello
 * There is no quick solution. You need to customize the plugin code.
 * Do a search for the word “publish” throughout the plugin folder (many code editors
   can do this). And delete this line from the array of arguments. You need minimal
   experience in PHP development

Viewing 1 replies (of 1 total)

The topic ‘Show ‘draft’ posts’ is closed to new replies.

 * ![](https://ps.w.org/wp-meta-data-filter-and-taxonomy-filter/assets/icon-256x256.
   png?rev=2852943)
 * [MDTF - Meta Data and Taxonomies Filter](https://wordpress.org/plugins/wp-meta-data-filter-and-taxonomy-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-meta-data-filter-and-taxonomy-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-meta-data-filter-and-taxonomy-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-meta-data-filter-and-taxonomy-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-meta-data-filter-and-taxonomy-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-meta-data-filter-and-taxonomy-filter/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/show-draft-posts/#post-9044567)
 * Status: resolved