Concatenate 2 custom post types
-
Hi there, is it possible to concatenate a custom post type with an extended product post type? I have a publication custom post type for books that aren’t written by us, and using PODS, I’ve extended the products post types for those that are in our store. Both post types have custom author, publish_date & publisher fields, and I’m hoping to create a combined list of the two.
Is it possible to use
$x = pods( $pod_type, $params);
and have two custom post types for $pod_type?My end point is that clicking on a publication record would take you to the publication page, and clicking on one of our books would take you to the page in the store.
The page I need help with: [log in to see the link]
- The topic ‘Concatenate 2 custom post types’ is closed to new replies.