*/ global $canuck_include_breadcrumbs,$canuck_exclude_page_title; if ( is_home() ) { $canuck_page_title = get_theme_mod( 'canuck_blog_title', 'Blog' ); } else { $canuck_page_title = get_the_title(); } if ( false === $canuck_exclude_page_title && ! post_password_required() ) { ?>

' . esc_html( $canuck_page_title ) . ''; }