Home Forums WoodMart support forum how to remove product archives

how to remove product archives

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #120400

    MAYZEL
    Participant

    how to remove category archives so they dont show in the url on google and when I post adverts please?

    #120419

    Artem Temos
    Keymaster

    Hi,

    This question is more related to WooCommerce functionality and we don’t have an instruction for this.

    Regards

    #120614

    MAYZEL
    Participant

    so theres no way to remove catergory archives?

    #120615

    MAYZEL
    Participant

    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;
    }

    #120634

    Artem Temos
    Keymaster

    You can try to put it to the functions.php file in the child theme but we are not responsible for any customizations made.

    #121925

    MAYZEL
    Participant

    how do I do that?

    #121940

    Artem Temos
    Keymaster

    We don’t have instruction or step by step guide for such customizations.

Viewing 7 posts - 1 through 7 (of 7 total)