• Resolved icyWebDev

    (@icywebdev)


    There doesnt seem to be an option to remove the sidebar in product_tag page

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter icyWebDev

    (@icywebdev)

    in functions.php line 1182

    add
    if ( is_shop() || is_product_tag() ) {
    $theme_options = fruitful_ret_options(“fruitful_theme_options”);
    if (!empty($theme_options[‘woo_product_sidebar’])){
    $woo_sidebar = esc_attr($theme_options[‘woo_shop_sidebar’]);
    }
    }

    Thread Starter icyWebDev

    (@icywebdev)

    or even better create an option for use [‘woo_product_tag_sidebar’] and use that

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove Sidebar in product_tag’ is closed to new replies.