Tell us what you are trying to do?
I want to show companies who participated in a specific program on program pages and vice versa. I linked up on many to many relationship but when I try to pull company data from program view, the company title, etc is not showing up on single field.
Is there any documentation that you are following?
I've read pretty much everything. Read everything inside of this tutorial https://toolset.com/documentation/post-relationships/
also watched many videos but they're outdated (don't see View editor on my plugin, for example) hidden link
Hello. Thank you for contacting the Toolset support.
As I understand, you have many to many post-relationship created between post type A and post type B.
And on post type A single post - you want to display the related posts of post type B.
And on post type B single post - you want to display the related posts of post type A.
If the above information is correct, you will require to create a view to display the related post for many-to-many relationship.
Hello, is it possible to create many to many only using one post type?
let's say I have post type named 'Course'. I want to create relationship between this Course called `Related course`. So when I related Course A to Course B in Course A edit, I should see Course B related to Course A in Course B edit as well.