[Plugin: WP Calendar] How to paginate fse_print_events_list?
-
My fse_print_events_list is set to display 20 events, but since my site has 100+ events, I’d like to add pagination to my loop. Any pointers or links to tutorials on how to do this? My code is straight-forward:
<?php fse_print_events_list( array( 'number' => 20, 'before' => '<div class="calendar">', 'after' => '</div>', 'template' => '<h1>{event_startdate}</h1><h3>{event_subject}</h3><p>{event_description}</p><br />' ) ); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: WP Calendar] How to paginate fse_print_events_list?’ is closed to new replies.