Contents
How do I remove a category title in WooCommerce?
To hide or remove the page title in WooCommerce you have to add custom CSS or PHP code to your theme files to remove the title from your page. To do this, log into your WordPress site and in the left side menu go to Appearance > Customize and the find and click Additional CSS to insert the custom code found below.
How do I turn off archive in WordPress?
The ‘SEO’ settings will expand providing you additional options for customizing Yoast SEO and our add-ons. Click on the ‘Archives’ tab. Toggle the ‘Author archives’ switch to match your site setup. Single author sites should disable the author archives to avoid duplicate content errors.
How do I delete a WooCommerce archive?
How to remove the Word Archive from WooCommerce product category titles?
- Go to SEO -> Titles & metas -> Taxonomies.
- Scroll down a bit to find “Product categories” section.
- Remove the word Archives from between the percent marks so the title template field looks like this:
- Scroll down to save and you’re done.
How to hide category Archive titles in WordPress?
We will provide info to hide it across WordPress a bit further down the page, but our themes do make it very easy to hide the category archive title. With our themes installed, simply navigate to the Appearance > Theme Options and then click on the General Tab to find the slider options.
Why do I have a category archive on my website?
For SEO purposes, the H1 tag on the page displaying your category is indexed by Google so that looking for “Animal Pictures” — to use the above example — might lead to your category archive page. That’s all well and good, but you still want or need to remove the category archive title or hide it.
How do I remove category from WordPress category page?
It’s easy to do that. Simply open the functions.php file in your theme and add the following code at the end of the file: Now refresh your category pages and you will see “Category: ” is gone. If the theme you’re using is a premium WordPress theme, you shouldn’t edit the functions.php file directly.
How to remove category, tag, and author?
I would like to remove the “Category:”, “Tag:” and “Author:” part and just display the category, tag and author names. Does anyone know how to accomplish this?