I'm trying to remove the word "Archive" from the page title.
How to remove it? By adding a filter?
Example:
My collections Archive | My sitename
With our themes installed, simply navigate to the Appearance > Theme Options and then click on the General Tab to find the slider options. Once there, simply click the slider to hide or show the category archive title. It's that simple. Make sure you save your changes so that it displays on the website as well!
Please head to My Sites > Design > Customize > Widgets > Sidebar > Click on the 'Archives' widget and click on 'Delete'.
Best to use Wordpress SEO by Yoast.
Within Titles & Metas go to the Taxonomies tab and update the Title template for Product Categories to remove the word Archive. Mine ended up looking like this:
%%term_title%% %%page%% %%sep%% %%sitename%%
you can rewrite the filter in functions.php so it fails, causing WooCommerce not the render it.
function override_page_title() {
return false;
}
add_filter('woocommerce_show_page_title', 'override_page_title');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With