[Plugin: Event Calendar 3 for PHP 5.3] How to show more then 5 events?
-
Hello,
I am trying to get the widget to show 10 events.
However I cannot get the widget to show more then 5 events.
I tried to change the following settings/files:
k2/ec3_sidebar_module.phparound line 74: array('limit' => 10)
template-functions.php
around line 373: $limit_numposts='LIMIT 10'; around line 382: $limit_numposts='LIMIT 10';
widget.php
around line 153: value="<?php echo $limit? $limit: '10'; ?>"
https://www.ads-software.com/extend/plugins/event-calendar-3-for-php-53/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Event Calendar 3 for PHP 5.3] How to show more then 5 events?’ is closed to new replies.