'; //sidebar on left if($princess_default_sidebar_position == 'left'){ print ''; } 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($princess_default_sidebar_position != 'left'){ print ''; } print ' '; }else{ //no sidebar 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 '
'; } get_footer(); ?>