07/28/2014 at 8:56 am
#298169
Keymaster
@ Axel
Right now, this can only be done by making a small edit to the widgets plugin file. Open this file:
../wp-content/plugins/connections-widgets/includes/class.widgets.php
Look for line 190 which should be:
'show_empty' => TRUE,
Change it to:
'show_empty' => FALSE,
That should do the trick! Hope that helps!
