[Plugin: Custom Post Widget] Trouble adding "category" taxonomy
-
I have place the following code in my functions.php file and cannot seem to register the category taxonomy to use with Content Block. Any thoughts on why this may be occurring?
function reg_tag() {
register_taxonomy_for_object_type('category', 'content_block');
}
add_action('init', 'reg_tag');
https://www.ads-software.com/extend/plugins/custom-post-widget/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Custom Post Widget] Trouble adding "category" taxonomy’ is closed to new replies.