How to output pagination when using EM_Events::get( $args );
-
Hi,
as I need more options as it is possible wit EM_Events::output(), I output the events with a structure like this:
$em_events = EM_Events::get( $args ); foreach ($em_events as $em_event ) { k4u_format_single_event( $em_event, $show_location ); }
Unfortunately, I can’t figure out how to output the pagination in this case.
Can anyone help please?
Cheers,
Stefan.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to output pagination when using EM_Events::get( $args );’ is closed to new replies.