?>
				<?php 
echo dew_agenda_menu_shortcode_handler();
?>
				<h1 class="entry-title"><?php 
echo $title;
?>
</h1>
				
				<div id="post-<?php 
the_ID();
?>
" class="left six_cols content">

<!-- # agenda or ordinary page -->
					<?php 
echo dew_agenda_shortcode_handler($config);
?>

<!-- #end agenda or ordinary page -->

				</div>

				<div class="right four_cols widget" role="complementary">
						<?php 
dynamic_sidebar('primary-widget-area');
?>
				</div>				

<?php 
get_footer();
Beispiel #2
0
 */
get_header();
?>
			<?php 
echo dew_agenda_menu_shortcode_handler();
?>
			<h1 class="entry-title"><?php 
echo the_title();
?>
</h1>
			<div id="post-<?php 
the_ID();
?>
" class="left six_cols content">

<!-- # agenda or ordinary page -->

				<?php 
echo dew_agenda_shortcode_handler(array('dayspan' => 14));
?>

<!-- #end agenda or ordinary page -->

			</div>
			<div class="right four_cols widget" role="complementary">
				<?php 
dynamic_sidebar('primary-widget-area');
?>
			</div>				
<?php 
get_footer();