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 - 421 through 435 (of 632 total)
Problem: I'm not able to edit my relationships in Toolset > Relationships when I have BuddyPress and Youzer active.
Solution: In this case it doesn't seem to be related to a plugin conflict, the site URL and home URL were pointing to a different domain. This presents a security issue in the browser, so there were some JavaScript errors. Update the site and home URLs in wp-admin > Settings > General to match the actual domain.
Essentially the issue here is that the user wanted to connect in a post relationship form a post that was created as private.
Solution:
Unfortunately it is not possible to link posts that are set to private in the post relationship. The posts will need to be set as public in order for it to show up in the list of posts in the relationship field.
Problem: I am using a PHP script to loop over posts and display information from those posts. I would also like to display custom field information from a related post parent in the loop.
Solution: Use the toolset_get_related_post API to determine the parent post ID, then use that ID in the Types field API types_render_field to display the custom field value from the parent post.