how to remove product archives
-
how to remove category archives so they dont show in the url on google and when I post adverts please?
Hi,
This question is more related to WooCommerce functionality and we don’t have an instruction for this.
Regards
so theres no way to remove catergory archives?
how to put this code in the php. index please I was told this should remove it ?
if(is_archive()) {
// force 404
$wp_query->set_404();
status_header( 404 );
nocache_headers();
include(“404.php”);
die;
}
You can try to put it to the functions.php file in the child theme but we are not responsible for any customizations made.
We don’t have instruction or step by step guide for such customizations.