Skip to content

Instantly share code, notes, and snippets.

@furenku
Created September 2, 2016 03:48
Show Gist options
  • Select an option

  • Save furenku/7c5bcda8dfc156105cc12ac6be87b0a4 to your computer and use it in GitHub Desktop.

Select an option

Save furenku/7c5bcda8dfc156105cc12ac6be87b0a4 to your computer and use it in GitHub Desktop.
filter archive title prefix.php
add_filter('get_the_archive_title', function ($title) {
return preg_replace('/^\w+: /', '', $title);
});
@josecaos

josecaos commented Sep 2, 2016

Copy link
Copy Markdown

yeah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment