*/ global $canuck_include_breadcrumbs, $canuck_exclude_page_title, $canuck_page_title; $layout_option = get_theme_mod( 'canuck_shop_page_layout', 'right_sidebar' ); $canuck_include_breadcrumbs = get_theme_mod( 'canuck_breadcrumbs' ) ? true : false; $canuck_exclude_page_title = false; $canuck_page_title = get_theme_mod( 'canuck_shop_page_title', __( 'Shop Products', 'canuck' ) ); get_header( 'no-feature' ); get_template_part( '/template-parts/partials', 'page-title-no-post' ); ?>