Title: Draft posts in drop-down lists
Last modified: August 22, 2016

---

# Draft posts in drop-down lists

 *  [SergeAx](https://wordpress.org/support/users/sergeax/)
 * (@sergeax)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/draft-posts-in-drop-down-lists/)
 * Please bring back the ability to choose related posts (e.g. parent/child) from
   drafts. Where can I download previous version of Types? Or have to patch it manually
   for now.
 * Thank you!
 * [https://wordpress.org/plugins/types/](https://wordpress.org/plugins/types/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [SergeAx](https://wordpress.org/support/users/sergeax/)
 * (@sergeax)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/draft-posts-in-drop-down-lists/#post-5237203)
 * Okay, I’ve made a hack for this:
 *     ```
       add_filter('wpcf_pr_belongs_post_status', function ($status_array) {
       	$status_array[] = 'draft';
       	return $status_array;
       }, 10);
       ```
   
 * Is there any chance to have this in plugin settings?

Viewing 1 replies (of 1 total)

The topic ‘Draft posts in drop-down lists’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/types_ced1d3.svg)
 * [Toolset Types - Custom Post Types, Custom Fields and Taxonomies](https://wordpress.org/plugins/types/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/types/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/types/)
 * [Active Topics](https://wordpress.org/support/plugin/types/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/types/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/types/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [SergeAx](https://wordpress.org/support/users/sergeax/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/draft-posts-in-drop-down-lists/#post-5237203)
 * Status: not resolved