Hi there,
is it possible to use normal wp categorys next to event categorys? I want to display em events next to wp posts.
I have this code which registers wp tags. Is this the right track I'm on?
add_action('init', 'my_em_taxonomies');
function my_em_taxonomies() {
register_taxonomy_for_object_type('post_tag', EM_POST_TYPE_EVENT);
}
Any thoughts?
Cheers