Skip to content

Instantly share code, notes, and snippets.

@michaelschofield
Created April 20, 2015 11:26
Show Gist options
  • Save michaelschofield/c0bc95b184a00910fa37 to your computer and use it in GitHub Desktop.
Save michaelschofield/c0bc95b184a00910fa37 to your computer and use it in GitHub Desktop.
<?php get_header(); ?>
<section id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php include_once('loop-event.php'); ?>
</main><!-- .site-main -->
</section><!-- .content-area -->
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment