*/ global $canuck_include_breadcrumbs, $canuck_exclude_page_title, $canuck_feature_category; $layout_option = esc_html( get_theme_mod( 'canuck_blog_layout', 'right_sidebar' ) ); $canuck_include_breadcrumbs = get_theme_mod( 'canuck_breadcrumbs' ) ? true : false; $canuck_exclude_page_title = get_theme_mod( 'canuck_blog_title_option' ) ? true : false; $sidebar_a = esc_html( get_theme_mod( 'canuck_blog_sidebar_a', 'blog_a' ) ); $sidebar_b = esc_html( get_theme_mod( 'canuck_blog_sidebar_b', 'blog_b' ) ); $post_style = esc_html( get_theme_mod( 'canuck_blog_style', 'top_feature' ) ); $blog_feature = get_theme_mod( 'canuck_blog_feature', 'background_image' ); $canuck_feature_category = get_theme_mod( 'canuck_blog_feature_category', '' ); get_header( 'blog' ); if ( 'button_nav' === $blog_feature ) { ?>