Types plugin lets you easily create relationships between different post types and connect them using GUI controls. You can also connect multiple post types and build many-to-many post relationships.
When you ask for help or report issues, make sure to tell us what you have created so far and the structure that you want to achieve.
Viewing 15 topics - 676 through 690 (of 792 total)
Problem:
Best Approach for WooCommerce Product child & grandchild post types
Solution:
I suggest to have a one to many relationship setup between Vendor (parent) and Product (child). And then with vendor post type - add the post reference field to connect vendor child to it.
Problem:
Pages are designed with Elementor. How to display related posts (connected with a Toolset relationship)?
Solution:
Use Views to query the post type of the related posts and include a post relationship Query Filter to specify the origin post. Design the output of the View to include the required fields.
Insert the View into an Elementor page using the Toolset Views Elementor widget.
Relevant Documentation:
Read additional information on WP_query and the ways it is used in WordPress.