I previously declared the taxonomy ” artist ” for a profile post type.
Now i am creating a CD post type and would like to use the same artist list from the profile post type
That is one example if i get a solution i will be using this to share a number of other taxonomies among-st post types 😀
Thanks in Advance.
P.S. I use JW Custom Post Types
https://github.com/JeffreyWay/Easy-WordPress-Custom-Post-Types/
You can use an array of post types in
register_taxonomy()
http://codex.wordpress.org/Function_Reference/register_taxonomy
Example:
You can easily use register_taxonomy_for_object_type() to link existing taxonomies to existing post types.