Post carousel – Add taxonomies for page
-
Hello ??
It’s possible to add taxonomies when i choose “page” like for post ?
I have no choice and i can’t use the option parent page or something else :'(
I add this to add categories for pages :
function page_tagcat_settings() {
register_taxonomy_for_object_type(‘category’, ‘page’);
}
add_action( ‘init’, ‘page_tagcat_settings’ );Thanks in advance !
Best regards,
Nicolas
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.