*/ global $canuck_include_breadcrumbs,$canuck_exclude_page_title,$canuck_page_title; $layout_option = get_theme_mod( 'canuck_date_layout', 'right_sidebar' ); $canuck_include_breadcrumbs = get_theme_mod( 'canuck_breadcrumbs' ) ? true : false; $canuck_exclude_page_title = false; if ( is_day() ) { $canuck_page_title = esc_html__( 'Posts for : ', 'canuck' ) . get_the_time( get_option( 'date_format' ) ); } elseif ( is_month() ) { $canuck_page_title = esc_html__( 'Posts for : ', 'canuck' ) . single_month_title( ' ', false ); } elseif ( is_year() ) { $canuck_page_title = esc_html__( 'Posts for : ', 'canuck' ) . get_the_time( 'Y' ); } get_header( 'no-feature' ); get_template_part( '/template-parts/partials', 'page-title-no-post' ); ?>