Comments 2David started the conversationOctober 15, 2018 at 8:25amHello, before the most recent update all events on:/admin.php?page=stec_menu__eventswas listed on 1 page, which made looking for events VERY quick, now you have put page listings, this makes looking for an event VERY hard, and wastes my day! Please allow the option to show all events, or put a search in to quickly list events. 881Zhivko repliedOctober 15, 2018 at 12:10pmAdd following filter in theme functions.php file: add_filter('stec_admin_events_per_page', function() { return 9999;}); Stachethemes Developer 2David repliedOctober 15, 2018 at 1:12pmThank you :) Sign in to reply ...
Hello, before the most recent update all events on:
/admin.php?page=stec_menu__events
was listed on 1 page, which made looking for events VERY quick, now you have put page listings, this makes looking for an event VERY hard, and wastes my day! Please allow the option to show all events, or put a search in to quickly list events.
Add following filter in theme functions.php file:
Stachethemes Developer
Thank you :)