ID, 'fourseasons-widget-areas-sidebar', true); //sidebar on left if(!empty($fourseasons_widget_areas_sidebar) && is_active_sidebar($fourseasons_widget_areas_sidebar) && $fourseasons_default_sidebar_position == 'left'){ print ''; } //page content if(!empty($fourseasons_widget_areas_sidebar) && is_active_sidebar($fourseasons_widget_areas_sidebar)){ print '
'; }else{ print '
'; } if (have_posts()) : while ( have_posts() ) : the_post(); the_content(); wp_link_pages( array( 'before' => '' ) ); endwhile; endif; if(comments_open()){ print '
'; comments_template( '', true ); print '
'; } print '
'; //sidebar on right if(!empty($fourseasons_widget_areas_sidebar) && is_active_sidebar($fourseasons_widget_areas_sidebar) && $fourseasons_default_sidebar_position != 'left'){ print ''; } get_footer();