Thanks Marcus. With that help and a little testing, I found that to attach regular categories to your events, you would add this line:
register_taxonomy_for_object_type('category', EM_POST_TYPE_EVENT);
Around line 137 of events-manager/em-posts.php (v5.0.50). Basically, right after the call to:
register_post_type(EM_POST_TYPE_EVENT, array( ... ));
Hi Marcus,
What is the code we would use to connect post categories to event categories so that our events can appear connected to our regular post categories as well? I saw it referenced on your web site that this is possible, but I am uncertain how to accomplish that. Thanks!
Matt