????
| Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls/tribe-events/ |
| Current File : /home2/morganrand/www/wp-content/themes/wanderfuls/tribe-events/default-template.php |
<?php
/**
* Default Page Template for "The Events Calendar Plugin"
*
* @package Wanderfuls
* @subpackage Templates
* @author Alexander Clarke
* @copyright Copyright (c) 2015, TechBooth.in
* @link http://www.techbooth.in
* @since Wanderfuls 1.3.8
* @version 2.0.0
*/
get_header(); ?>
<div id="content-wrap" class="container clr">
<?php tb_hook_primary_before(); ?>
<section id="primary" class="content-area clr">
<?php tb_hook_content_before(); ?>
<main id="content" class="clr site-content" role="main">
<?php tb_hook_content_top(); ?>
<article class="clr">
<div id="tribe-events-pg-template">
<?php tribe_events_before_html(); ?>
<?php tribe_get_view(); ?>
<?php tribe_events_after_html(); ?>
</div> <!-- #tribe-events-pg-template -->
</article><!-- #post -->
<?php tb_hook_content_bottom(); ?>
</main><!-- #content -->
<?php tb_hook_content_after(); ?>
</section><!-- #primary -->
<?php tb_hook_primary_after(); ?>
</div><!-- #content-wrap -->
<?php get_footer(); ?>