[Plugin: Events Manager] Pagination Error
-
I had this same problem in EM4 and I don’t see it corrected itself in EM5.
If I use the below pagination functions as it should:
[events_list limit="5" category="3" pagination="1"]
However, if I use a php call to get the list pagination does not work:
<?php if (class_exists('EM_Events')) { echo EM_Events::output( array( 'limit'=>5, 'category'=>3, 'pagination'=>1 )); } ?>
In the PHP call, pagination shows however the links to the next pages does not function. It simply reloads the first page and does not advance.
Any thoughts?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Events Manager] Pagination Error’ is closed to new replies.