Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created October 1, 2013 01:24
Show Gist options
  • Select an option

  • Save jeremyfelt/6772721 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyfelt/6772721 to your computer and use it in GitHub Desktop.
<?php
/*
Template Name: Calendar View
*/
get_header();
do_action( 'tribe_events_before_template' );
tribe_get_template_part( 'modules/bar' );
tribe_get_template_part('month/content');
do_action( 'tribe_events_after_template' );
get_sidebar();
get_footer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment