Skip Navigation

[Resolved] Elementor – Displaying posts inside a "Contributor Post" from another post type

This support ticket is created 2 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 2 years, 11 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2585649
Screen-Shot-2023-04-03-at-4.24.23-PM.png

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

#2585901

Christopher Amirian
Supporter

Languages: English (English )

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.