Types is a WordPress plugin that lets you easily create custom taxonomies and organize your custom content types in your website.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 421 through 435 (of 456 total)
Problem: I have two custom post types in a parent / child relationship. They are Restaurant (parent) and Location (child). I would like to show a custom search View that filters by the taxonomies applied to the parent posts, and I would like to show the matching Location results on a Map.
Solution: Create a View of Locations, filtered by post relationship, where the parent post is set by the current post in the Loop. In the Loop of the View, insert the Map Marker shortcode.
Create a View of Restaurants, filtered by the various taxonomies you want to show in a custom search. In the Loop Editor, insert the View of Locations in the wpv-loop tags. Add the Map shortcode outside the wpv-loop tags.