• Does anyone know a way to hide the category description on discover theme when using with woocomerce?

Viewing 1 replies (of 1 total)
  • Happen to just do that 🙂

    Assuming you have a childtheme -> make folder ‘woocommerce’ in child theme directory -> in there folder ‘single-product’ copy meta.php from original location in there and remove line:

    <?php echo $product->get_categories( ‘, ‘, ‘<span class=”posted_in”>’ . _n( ‘Category:’, ‘Categories:’, $cat_count, ‘woocommerce’ ) . ‘ ‘, ‘.</span>’ ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Hide category description when using with woocomerce’ is closed to new replies.