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 - 406 through 420 (of 632 total)
Problem:
The user would like to know if the migration of legacy relationships on a multisite will be performed for all subsites once.
Solution:
Mutlisite subsites only share a few tables, all relevant tables for relationships migration are per site. The migration will then be executed per site.
Problem: I have a custom post type that includes a repeatable field group (RFG). I have created a View of that RFG and included some custom fields using Types field shortcodes. Most of these fields appear as expected, but in some cases two of these fields appear as empty when they should include values.
Solution: Check the field slugs in the Types field shortcodes and ensure they are identical to the slugs in wp-admin. In this case, the wrong field slugs were used in the shortcodes.