I’m trying to add the Previous/Next nav links to the top of a few views. However, when I view the respective views’ content file (such as [mytheme]\tribe-events\list\content.php for the List view), it appears there is already code there that should display the navigation (list\nav.php) at the top of the content, but it’s not:
<!– Header Navigation –>
<?php do_action( ‘tribe_events_before_header_nav’ ); ?>
<?php tribe_get_template_part(‘list/nav’, ‘header’); ?>
<?php do_action( ‘tribe_events_after_header_nav’ ); ?>
What am I missing?