ID, 'site_layout', true ) ) ) { if ( get_post_meta( $post->ID, 'site_layout', true ) == 'no-sidebar' || get_post_meta( $post->ID, 'site_layout', true ) == 'full-width' ) { $show_sidebar = false; } } elseif ( get_theme_mod( 'activello_sidebar_position' ) == 'no-sidebar' || get_theme_mod( 'activello_sidebar_position' ) == 'full-width' ) { $show_sidebar = false; } ?>