Example #1
0
    /* use this if you move the content-single-event.php else where along this file*/
    //require_once('content-single-event.php');
    ?>
		
					</div><!-- .entry-content -->

					<footer class="entry-meta">
						<?php 
    edit_post_link(__('Edit', 'twentythirteen'), '<span class="edit-link">', '</span>');
    ?>
					</footer><!-- .entry-meta -->
				</article><!-- #post -->
			<?php 
}
?>

		</div><!-- #content -->
	
		<?php 
$oneevent->sidebar();
?>
	</div><!-- #primary -->
	<div class="clear"></div>

</div>	
<?php 
do_action('eventon_after_main_content');
?>
	
<?php 
get_footer();