Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theeventscalendar/b21539d850f9b4543c59 to your computer and use it in GitHub Desktop.
Save theeventscalendar/b21539d850f9b4543c59 to your computer and use it in GitHub Desktop.
<ul class="tribe-events-sub-nav">
<li class="tribe-events-nav-previous">
<?php tribe_events_the_previous_month_link(); ?>
</li>
<!-- .tribe-events-nav-previous -->
<li class="tribe-events-nav-next">
<?php tribe_events_the_next_month_link(); ?>
</li>
<!-- .tribe-events-nav-next -->
</ul><!-- .tribe-events-sub-nav -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment