Hi. I would like to put a feature on the wishlist, related + custom post type.
For example: i have a park experience (custom post type) which is tagged with "okstindan" (a name). I would like to display the park (also a custom post type) who provides the experience, through the tag. They are both tagged with the same tag.
a psudo query could be select <datafields> from posts where posttype=<myposttype> where myposttypes tag = currentposts tags
Hi. I would like to put a feature on the wishlist, related + custom post type.
For example: i have a park experience (custom post type) which is tagged with "okstindan" (a name). I would like to display the park (also a custom post type) who provides the experience, through the tag. They are both tagged with the same tag.
a psudo query could be select <datafields> from posts where posttype=<myposttype> where myposttypes tag = currentposts tags
I solved this in another way, by sending all data I needed to build a page when the page is retrieved.