post_content ) ) { $sidebar_id = false; } $stm_sidebar_layout_mode = stm_sidebar_layout_mode( $sidebar_position, $sidebar_id ); $tpl = ''; if ( 'grid' === $view_type ) { $tpl = ( ! apply_filters( 'stm_is_magazine', true ) ) ? 'partials/blog/grid-loop' : 'partials/blog/content-grid-magazine'; } else { $tpl = ( ! apply_filters( 'stm_is_magazine', true ) ) ? 'partials/blog/content-list' : 'partials/blog/content-list-magazine'; } get_header(); if ( ! apply_filters( 'stm_is_magazine', true ) ) { get_template_part( 'partials/title_box' ); } else { get_template_part( 'partials/magazine/content/breadcrumbs' ); } ?>