Home › Forums › WoodMart support forum › Empty tab if "category/tag/custom taxonomy" of product tab pagination is empty › Reply To: Empty tab if "category/tag/custom taxonomy" of product tab pagination is empty
April 16, 2018 at 8:34 am
#52677
Artem Temos
Keymaster
Hello,
Try to add the following code line to the file woodmart/inc/shortcodes/products.php
as shown on the screenshot http://prntscr.com/j5uazu
'include' => $taxonomies,
'hide_empty' => false,
Regards