Okay
  Public Ticket #2351765
Show all events
Closed

Comments

  • Saad Saleem started the conversation

    Hello,


    How can i show all events on a page without pagination. Thanks


    Also any workarounds for multiple filters?

  • [deleted] replied

    Hello Saad Saleem, 

    There isn't an option to show all events but there is an option Default items per page: in Amelia -> Settings -> General settings with which you can set the number of events shown on the page before the pagination, so maybe it can help for your use case. 

    If you have any further questions feel free to ask. 

  • Saad Saleem replied

    Hi, thank you! Can you direct me to the line of code where i can increase the options from 30 to maybe 60

  • [deleted] replied

    Hello Saad Saleem, 

    You are welcome. 

    This is saved in the database, so you can try changing it there. Find the wp_options table in your database and within it find the amelia_settings option value - edit it and you will find there the property "itemsPerPage": , so change there the value of it to 60 instead of 30 and save that. 

    Hope this helps!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.