When registering a taxonomy (register_taxonomy), you can simply use an array like this:
register_taxonomy( 'artist', array( 'profile', 'cd' ), $args );When registering a taxonomy (register_taxonomy), you can simply use an array like this:
register_taxonomy( 'artist', array( 'profile', 'cd' ), $args );