Okay
  Public Ticket #1747112
Events Listings
Closed

Comments

  •  2
    David started the conversation

    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.

  •  799
    Zhivko replied

    Add following filter in theme functions.php file:

    add_filter('stec_admin_events_per_page', function() {
       return 9999;
    });



    Stachethemes Developer

  •  2
    David replied

    Thank you :)