add_filter( 'get_the_archive_title', 'my_theme_archive_title' ); /** * Remove archive labels. * * @param string $title Current archive title to be displayed. * @return string Modified archive title to be displayed. */ function my_theme_archive_title( $title ) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '' . get_the_author() . ''; } elseif ( is_post_type_archive() ) { $title = post_type_archive_title( '', false ); } elseif ( is_tax() ) { $title = single_term_title( '', false ); } return $title; }
Home Opener vs Seattle Reign | Sat. March 23, 3pm
Red Stars at Wrigley Field | June 8

Who’s Who: Invitees and Draftees joining Chicago for Preseason

Mar 08, 2019

Wintrust logo white
Copyright © 2023
All Rights Reserved
Privacy PolicyTerms & Conditions
crossmenu