Support

Account

Home Forums Backend Issues (wp-admin) "Events" object – taxonomy or post? Reply To: "Events" object – taxonomy or post?

  • I would recommend creating a custom post type of Event and then adding your ACFs to that post type (set the rule up for the field group). Use the ACF Relationship field type to associate the Event custom post type to other posts (of any post type). There is really good documentation and code examples for this in the ACF docs. (and, it’s bidirectional!)