Created
July 3, 2014 10:40
-
-
Save dannyockilson/96045be63e743498174a to your computer and use it in GitHub Desktop.
Enable Media Categories Wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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