Integrating cpt-onomy and Events Manager plugin
-
I am using Events Manager and a cpt-onomy called groups. On single group pages, I’d like to display events that are of that group.
I set it up according to the info on this page using this code:
function my_em_taxonomy_register(){
register_taxonomy_for_object_type('groups',EM_POST_TYPE_EVENT);
}
add_action('init','my_em_taxonomy_register',100);
But it doesn’t work.I’ve tested it with another custom taxonomy and it works. I really hope you can help.
Do I need to register the “groups” cpt-onomy as a taxonomy in functions.php? I’ve already registered in in the cpt-onomy GUI?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Integrating cpt-onomy and Events Manager plugin’ is closed to new replies.