'; endif; if(get_theme_mod('blog_sidebar_layout','right')=='right'|| get_theme_mod('blog_sidebar_layout','right')=='left'): echo '
'; else: echo '
'; endif; if (have_posts()): while (have_posts()): the_post(); if(! function_exists( 'busicarep_activate' ) ){ get_template_part( 'template-parts/content', get_post_type() ); } else{ include(BUSICAREP_PLUGIN_DIR.'/inc/template-parts/content.php' ); } endwhile; else: get_template_part('template-parts/content', 'none'); endif; //pagination echo '
'; do_action('busicare_post_navigation'); echo '
'; //pagination ?>
'; endif; ?>