Skip to content

Instantly share code, notes, and snippets.

@taricco
Created April 13, 2022 15:05
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 taricco/91f9a4110196b7ba093e14d13baafb33 to your computer and use it in GitHub Desktop.
Save taricco/91f9a4110196b7ba093e14d13baafb33 to your computer and use it in GitHub Desktop.
function wsv_add_categories_to_pages() {
register_taxonomy_for_object_type( 'category', 'page' );
}
add_action( 'init', 'wsv_add_categories_to_pages' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment