Using venue taxonomy with another custom post type
-
Hi
Is it possible to use the venue taxonomy with another custom post type? I would like to be able to use the venue list to load a map for my club pages too.
I tried adding this to functions.php and it didn’t work.
add_action('plugins_loaded','add_categories_to_cpt'); function add_categories_to_cpt(){ register_taxonomy_for_object_type('event-venue', 'club'); }
Now I’m a bit stuck.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using venue taxonomy with another custom post type’ is closed to new replies.