Title: Parent post type
Last modified: August 30, 2017

---

# Parent post type

 *  [karencho777](https://wordpress.org/support/users/karencho777/)
 * (@karencho777)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/parent-post-type/)
 * how to do that Parent Post type display all child posts?

Viewing 1 replies (of 1 total)

 *  Anonymous User 14808221
 * (@anonymized-14808221)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/parent-post-type/#post-9456315)
 * You will need Custom Code or the paid Toolset Views Plugin.
 * Types stores the ID of the Parent Post in a hidden custom field with key `_wpcf_belongs_{
   your-parent-post-type-slug}_id`
 * So if you build a Custom Query to get the Child Posts, you can pass this meta_key,
   and as a value, it should have the Parent Post.
    This Query results can then 
   be output in the Single Post Template you use.
 * We also have a great [DOC](https://wp-types.com/documentation/customizing-sites-using-php/)
   for this:
    [https://wp-types.com/documentation/customizing-sites-using-php/displaying-child-posts/](https://wp-types.com/documentation/customizing-sites-using-php/displaying-child-posts/)

Viewing 1 replies (of 1 total)

The topic ‘Parent post type’ 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
 * 2 participants
 * Last reply from: Anonymous User 14808221
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/parent-post-type/#post-9456315)
 * Status: not resolved