public function get_root_page_title_parts() { $home_doctitle = genesis_get_seo_option( 'home_doctitle' ); $append_description = genesis_get_seo_option( 'append_description_home' ); $this->parts[ self::TITLE ] = $home_doctitle ?: $this->parts[ self::TITLE ]; if ( ! $append_description ) { unset( $this->parts[ self::TAGLINE ] ); } return $this->parts; }