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.
http://mymeetingssite.com/articles/
Please advise, thank you!
~David