// If on a taxonomy archive, use the term title.
}elseif(is_tax()){ $title['title'] = single_term_title( '', false );
/*
* If we're on the blog page that is not the homepage
* or a single post of any post type, use the post title.
*/ }elseif(is_home() || is_singular()){ $title['title'] = single_post_title( '', false );