• hello:
    I want to show only an image of each category in my site, including empty categories.
    I have done this editing the functions.php of the Yith Proteo, but is not work.
    Can yo tell me how to do it, please?
    many thanks

Viewing 1 replies (of 1 total)
  • Hi there,
    add this code into your child theme functions.php file

    add_filter( 'woocommerce_product_subcategories_hide_empty', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘Show all categories even empty’ is closed to new replies.