/*
* Add categories to pages
*/
function add_cats_to_pages_definition()
{
register_taxonomy_for_object_type('category', 'page');
}
add_action('init', 'add_cats_to_pages_definition');
To set up default post categories for custom post types, please install plugin “Pods – Custom Content Types and Fields”