Yes, you can modify the template file at events-manager/templates/templates/search/categories.php
to use templates: http://wp-events-plugin.com/documentation/using-template-files/
eg. wp-content/themes/Your Theme/plugins/events-manager/templates/search/categories.php
Thread Starter
MNetto
(@netto)
Thanks! In categories.php I changed 'hide_empty' => 0, to 'hide_empty' => 1,. Works fine.
But where can this be done for the location dropdown to hide locations with no entries?
But where can this be done for the location dropdown to hide locations with no entries?
In the locations search form? or in the events search form > country/region/state/city dropdown?
Thread Starter
MNetto
(@netto)
In the locations search form? or in the events search form > country/region/state/city dropdown?
In the events search form > country/region/state/city dropdown.
Any luck on this? I’m also looking for a way to hide empty locations!
This was only resolved for categories, not locations. I’d like to se it get resolved for locations as well if possible.