Created
July 31, 2014 09:22
-
-
Save ideag/21af516d9c4d3ae0f664 to your computer and use it in GitHub Desktop.
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 | |
function klausk_page_category() { | |
register_taxonomy_for_object_type('category', 'page'); | |
} | |
add_action( 'init', 'klausk_page_category' ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment