Skip to content

Instantly share code, notes, and snippets.

@ideag
Created July 31, 2014 09:22
Show Gist options
  • Save ideag/21af516d9c4d3ae0f664 to your computer and use it in GitHub Desktop.
Save ideag/21af516d9c4d3ae0f664 to your computer and use it in GitHub Desktop.
<?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