Skip to content

Instantly share code, notes, and snippets.

@alexanmtz
Created June 22, 2012 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanmtz/2969696 to your computer and use it in GitHub Desktop.
Save alexanmtz/2969696 to your computer and use it in GitHub Desktop.
A agenda template for wordpress
<?php get_header(); ?>
<!-- main content -->
<div class="main-content grid_16">
<div class="grid_12">
<h2>Eventos</h2>
<div id="wp-agenda-calendar"></div>
</div>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment