Please see this page: http://www.ustaflorida.com/organizer/susie-bessire/
The pagination at the bottom of the events listing is missing. There should be more events in the future. What’s odd as well is that the footer template part being called for is not being pulled into the page:
<?php tribe_get_template_part( 'list/nav', 'footer' ); ?>
When i echo some text out of [your-theme]/tribe-events/week/nav.php, it has no effect. Pasting the contents of nav.php directly into [your-theme]/tribe-events/list/content.php does show the pagination, but both links that show do not paginate the events as they should. Both of the links call this method: tribe_get_listview_link() which I don’t believe is correct? This code has all be copied directly from plugins\the-events-calendar\views\list. I even tried to make some adjustments in this directory just to be sure nothing i copied over was the problem, but the results were the same.
This person seemed to have the same issue I’m having, but it looks like nothing came of it:
Pagination on Venue & Organizer pages
Please help?