Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleysa/532925edce4b65f841d76e1e18993d6b to your computer and use it in GitHub Desktop.
Save bradleysa/532925edce4b65f841d76e1e18993d6b to your computer and use it in GitHub Desktop.
Remove "Archives:"
add_filter('get_the_archive_title', function ($title) {
return preg_replace('/^\w+: /', '', $title);
});
/** https://wordpress.stackexchange.com/questions/175884/how-to-customize-the-archive-title **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment