Brandix for Product Brands adds a dedicated Brands taxonomy to WooCommerce, lets you attach a logo and description to each brand, and gives you several ways to display them on the front-end.
Features
[brandix] shortcode with full attribute support — also usable from any PHP template via do_shortcode()[brandix]
Attributes (all optional):
limit – number of brands (default -1 = all)columns – 1–8 (default 4)orderby – name | slug | count | term_idorder – ASC | DESChide_empty – yes | noinclude – comma-separated term IDs to includeomit – comma-separated term IDs to skipshow_name – yes | noshow_count – yes | noshow_desc – yes | noimage_size – any registered image size (default thumbnail)layout – grid | listExample:
[brandix columns="6" limit="12" orderby="name" show_count="yes"]
<?php echo do_shortcode( '[brandix columns="4" limit="8"]' ); ?>
Appearance → Widgets → add “Product Brands” to any sidebar.
Search the editor panel for “Brands Grid” or “Brands Slider”.