Skip to content

Instantly share code, notes, and snippets.

@rachelmccollin
Last active October 6, 2017 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rachelmccollin/dd1ba89eebf571093dfd69e59cacd9fb to your computer and use it in GitHub Desktop.
Save rachelmccollin/dd1ba89eebf571093dfd69e59cacd9fb to your computer and use it in GitHub Desktop.
WPMU DEV Taxonomies
<?php register_taxonomy( 'genre', array( 'review', 'post', 'page' ), $args ); ?>
<?php register_taxonomy_for_object_type( 'category', 'page' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment