', false ); }elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = ''. get_the_author(); } elseif ( is_year() || is_month() || is_day() ) { $title = ''. $title; } return $title; } endif; add_filter( 'get_the_archive_title', 'neatly_get_the_archive_title');