Hi All,
I noticed a couple of incomplete posts on this topic and am surprised to see there isn't better documentation.
Does anyone have a block of code that can be edited to change the display on a page, etc. from a default of 5 to something else?
Thanks in advance,
Jon
feneblog
Member
Posted 1 year ago #
You could change it to 10 by going to the widget and configure it.
If you need more, you could try to change the "views/events-list-load-widget-admin.php" file from
<?php for ($i=1; $i<=10; $i++)
to 20 or what ever you need
<?php for ($i=1; $i<=20; $i++)
Thanks feneblog, appreciate your response. Exactly what I needed.
Cheers,
JR
Hi,
I am wanting to reduce the number of events in sidebar too and cannot find the "views/events-list-load-widget-admin.php" file.
Can you help?