*/ global $canuck_include_breadcrumbs,$canuck_exclude_page_title,$canuck_page_title,$canuck_curauth; $canuck_layout_option = get_theme_mod( 'canuck_author_layout', 'right_sidebar' ); $canuck_include_breadcrumbs = get_theme_mod( 'canuck_breadcrumbs' ) ? true : false; $canuck_use_feature = get_theme_mod( 'canuck_use_feature' ) ? true : false; $canuck_exclude_page_title = false; $canuck_curauth = isset( $_GET['author_name'] ) ? get_user_by( 'slug', $author_name ) : get_userdata( intval( $author ) );// phpcs:ignore $canuck_page_title = esc_html__( 'Posts by: ', 'canuck' ) . $canuck_curauth->display_name; get_header( 'no-feature' ); get_template_part( '/template-parts/partials', 'page-title-no-post' ); ?>