*/
global $canuck_exclude_page_title,$canuck_include_breadcrumbs, $canuck_feature_category;
$canuck_home_feature = get_theme_mod( 'canuck_home_feature', 'no_feature' );
$canuck_feature_category = sanitize_text_field( get_theme_mod( 'canuck_home_feature_category', '' ) );
get_header( 'home' );
if ( 'button_nav' === $canuck_home_feature ) {
?>
Home Template 1 Options\" panel!', 'canuck' ); ?>
Blog and enter the Feature Category you used for your posts.', 'canuck' ); ?>
' .
esc_html__( 'Your Home page Feature area is set up for widgets.', 'canuck' ) .
'
' .
esc_html__( 'Go to Appearance->Widgets or the Customizer Widgets panel and add a widget to Home Page Feature.', 'canuck' ) .
'';
}
?>