'; endif; if(get_theme_mod('single_post_sidebar_layout','right')=='right'|| get_theme_mod('single_post_sidebar_layout','right')=='left'): echo '
'; else: echo '
'; endif; while(have_posts()): the_post(); get_template_part('template-parts/content','single'); endwhile; if(function_exists( 'busicarep_activate' )): if(get_theme_mod('busicare_enable_related_post',true )===true ): include(BUSICAREP_PLUGIN_DIR.'/inc/template-parts/related-posts.php'); endif; endif; if(get_theme_mod('busicare_enable_single_post_admin_details',true)===true): get_template_part('template-parts/auth-details'); endif; // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif;?>
'; endif; ?>