/**
* Main blog page
*
* @package BuildPress
*/
buildpress_get_header();
$sidebar = get_field( 'sidebar', (int) get_option( 'page_for_posts' ) );
if ( ! $sidebar ) {
$sidebar = 'left';
}
get_template_part( 'part-main-title' );
get_template_part( 'part-breadcrumbs' );
?>