Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2015 21:45
Show Gist options
  • Save anonymous/f8c49bc9e3d05b83941e to your computer and use it in GitHub Desktop.
Save anonymous/f8c49bc9e3d05b83941e 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