'; //Do the markup portion $content_portion = ''; if(!have_posts() or !is_active_sidebar('home_page_sidebar')) { $content_portion = ' style="width: 100%; float: none; padding-left: 0;"'; } //Check if posts exists if ( have_posts() ) { ?>
> '.get_the_title().''; //Display content echo '
'; the_content(); echo '
'; endwhile; echo '
'; } else { get_template_part( 'parts/content-none' ); } //Display sidebar if(is_active_sidebar('home_page_sidebar')) { echo ''; } echo '
'; get_footer(); ?>