Skip to content

Instantly share code, notes, and snippets.

@dannyockilson
Created July 3, 2014 10:40
Show Gist options
  • Save dannyockilson/96045be63e743498174a to your computer and use it in GitHub Desktop.
Save dannyockilson/96045be63e743498174a to your computer and use it in GitHub Desktop.
Enable Media Categories Wordpress
<?php
/* add this on init hook */
register_taxonomy_for_object_type( 'category', 'attachment' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment