Custom Taxonomies with Custom Post Types
-
Hi Rickard,
Great plugin, having implemented this on other sites. My problem I’m having deals with the plugin’s recognition of a custom taxonomy. I used “Custom Post Types” to create a custom taxonomy and registered the taxonomy in the functions.php file
register_taxonomy('mymeetings_tags',array ( 0 => 'press_releases', 1 => 'articles', 2 => 'coupons', ),array( 'hierarchical' => false, 'label' => 'myMeeting Tags','show_ui' => true,'query_var' => true,'rewrite' => array('slug' => ''),'singular_label' => 'myMeeting Tag') );
In the widget options, UTC is not recognizing the custom taxonomy. For the time being, I have set the debug option to true.
https://mymeetingssite.com/articles/
Please advise, thank you!
~David
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom Taxonomies with Custom Post Types’ is closed to new replies.