How I can remove word “Archives” in head title in category page?
I’m using the Twenty Twelve theme and WordPress 4.
<head>
<title>"name of category" Archives | "name of sites"</title>
</head>
How I can remove word “Archives” in head title in category page?
I’m using the Twenty Twelve theme and WordPress 4.
<head>
<title>"name of category" Archives | "name of sites"</title>
</head>
If you are using yoast SEO plugin then the easiest method is to remove the archive word from “titles & metas-> Taxonomies->category
“
find:
%%term_title%% Archives %%page%% %%sep%% %%sitename%%
replace it with:
%%term_title%% %%page%% %%sep%% %%sitename%%