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.
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.
Hello,
How can i show all events on a page without pagination. Thanks
Also any workarounds for multiple filters?
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.
Hi, thank you! Can you direct me to the line of code where i can increase the options from 30 to maybe 60
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.