CRED plugin allows you to build forms that create child posts and set parents for these posts, supporting the parent-child relationship functionality from Types plugin.
When you ask for help or report issues, make sure to tell us the structure of your content and the relationship between the content types.
Viewing 15 topics - 241 through 255 (of 298 total)
Problem: I have 2 post types in a many-to-many relationship. In a form that creates custom post type #1, I would like to be able to choose 3 items from CPT #2 to relate to the new post.
Solution: It's not currently possible to manage M-2-M relationships in a new post Form or an edit post Form. The best way to manage M2M relationships is to use Relationship Forms. You can also use generic fields and custom code with our PHP APIs.