03/25/2015 at 11:14 am
#324471
Keymaster
@ Dani
re: Thanks. How can I hide the Uncategorized and other categories
You could likely use the cn_get_terms_args filter found here.
re: category reset
The “Show All” is simply a link to the directory home page. So you could add a link to the widget. The file would be ../plugins/connections-widgets/includes/class.widgets.php. The function which outputs the category list is public function widget($args, $instance) on line 171. Hope that helps!
