Example #1
0
<?php

/*
 *	The template for displaying single event
 *
 *	Override this tempalte by coping it to ....yourtheme/eventon/single-ajde_events.php
 *	This template is built based on wordpress twentythirteen theme standards and may not fit your custom
 *	theme correctly, in which case you may have to add custom styles to fix style issues
 *
 *	@Author: AJDE
 *	@EventON
 *	@version: 2.4.8
 */
$oneevent = new evo_sinevent();
$oneevent->page_header();
do_action('eventon_before_main_content');
?>
	
<div id='main'>
	<div class='evo_page_body'>
		<div class='evo_page_content <?php 
echo $oneevent->has_evo_se_sidebar() ? 'evo_se_sidarbar' : null;
?>
'>
			<?php 
/* The loop */
?>
			<?php 
while (have_posts()) {
    the_post();
    ?>