hello! I have an shortcode:
[table-list sort=”rating” num=”5″ size=”big” style=”normal” counter=”true” score_style=”number_stars” show_table_sorting=”true”]
I need to list all items from all categories exclude one.
i cant do this. then i think to list all items from category with subcategories, structure like:
-category (id 34)
–subcategory 1
—subcategory 1 item
—subcategory 1 item
—subcategory 1 item
—subcategory 1 item
–subcategory 2
—subcategory 2 item
—subcategory 2 item
—subcategory 2 item
—subcategory 2 item
using in my shortcode ‘cat”, like this:
[table-list sort=”rating” num=”5″ cat=”34″ size=”big” style=”normal” counter=”true” score_style=”number_stars” show_table_sorting=”true”]
but list is empty, because category doesnt contains items, but subcategories contains it.
help solve problem