• Resolved kemmieg

    (@kemmieg)


    Does your plugin provide multiple to one relationships I have two custom post types one is session and the other is presentations. When a user creates a presentation I have a post object field named in_session and it lists all the sessions. I have another post object field named in_session for the session post type but it has the presentations as the post type to list. When the user creates the presentation post type they are asked to select what session it is going into and that shows up in the presentation field but i want that presentation title to show up as one of the many on the session post type. Can this plugin do this?

Viewing 1 replies (of 1 total)
  • Plugin Author John Huebner

    (@hube2)

    Yes. Create a relationship on the many side and a post object field on the one side (or a relationship field that only allows 1 entry). They just need to have the same field name.

    If you want to be able to update the relationships from the many side see the overwrite filter explanation in the plugin description.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple to One’ is closed to new replies.