Tell us what you are trying to do? I've got two custom post types
1- Video
2 - Contributors
I've created a relationship between the two and I want to display "Videos" on the contributors page that are related to them however I cannot work out how to do it.
In the elementor template I've created the "Contributor" template but I cannot workout how to display the videos assigned via the relationship that I've created.
Is there a similar example that we can see? hidden link
What is the link to your site? hidden link
Hi there,
It is not possible to do it with Elementor when it comes to custom post types connected with the Toolset relationship.
Instead, I suggest that you create that portion of the page using a Toolset content template and then use the shortcode below to call that content template inside the Elementor template:
[wpv-post-body view_template="name-of-the-template"]
For more information about how to create a relationship view:
https://toolset.com/course-lesson/displaying-related-posts/
Thanks.