Multiple Post-Types
-
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.