News

function add_taxonomies_to_pages() {
register_taxonomy_for_object_type( ‘post_tag’, ‘page’ );
register_taxonomy_for_object_type( ‘category’, ‘page’ );
}

add_action( ‘init’, ‘add_taxonomies_to_pages’ );

Leave a comment