Title: Multiple Post-Types
Last modified: July 28, 2020

---

# Multiple Post-Types

 *  [Leif Harmsen](https://wordpress.org/support/users/leifharmsen/)
 * (@leifharmsen)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/multiple-post-types-7/)
 * I desperately needed to display posts from multiple custom post-types that share
   a taxonomy and term. I am proud to say I hacked this plugin to allow that by 
   simply commenting out one line:
 * if ( ” !== $settings[ ‘post_type’ ] ) {
    // $args[ ‘post_type’ ] = $settings[‘
   post_type’ ]; }
 * This could be a feature rather than a hack, if in the drop down where you can
   select your post-type one of the options were “All Post Types”. Alternatively
   you could pick multiple post types using the cntrl key, and that could send an
   array to the ‘post_type’ argument, although I have not tried or tested that.
 * I am hoping you will adopt this feature so I can update normally rather than 
   hold-back or hack! Thanks for a wonderful plugin.

The topic ‘Multiple Post-Types’ is closed to new replies.

 * ![](https://ps.w.org/wp-show-posts/assets/icon-256x256.png?rev=2846296)
 * [WP Show Posts](https://wordpress.org/plugins/wp-show-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-show-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-show-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-show-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-show-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-show-posts/reviews/)

## Tags

 * [multiple](https://wordpress.org/support/topic-tag/multiple/)
 * [Post Types](https://wordpress.org/support/topic-tag/post-types/)

 * 0 replies
 * 1 participant
 * Last reply from: [Leif Harmsen](https://wordpress.org/support/users/leifharmsen/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/multiple-post-types-7/)
 * Status: not a support question