*/ global $canuck_include_breadcrumbs,$canuck_exclude_page_title,$canuck_page_title; $canuck_layout_option = get_theme_mod( 'canuck_index_layout', 'right_sidebar' ); $canuck_include_breadcrumbs = get_theme_mod( 'canuck_breadcrumbs' ) ? true : false; $canuck_exclude_page_title = get_theme_mod( 'canuck_index_title' ) ? true : false; get_header( 'no-feature' ); get_template_part( '/template-parts/partials', 'page-title-no-post' ); ?>