{"id":315119,"date":"2026-06-21T12:01:48","date_gmt":"2026-06-21T12:01:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/boldbrands-for-woocommerce\/"},"modified":"2026-06-21T12:01:30","modified_gmt":"2026-06-21T12:01:30","slug":"brandix-for-product-brands","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/brandix-for-product-brands\/","author":23277447,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"5.6","requires_php":"7.2","requires_plugins":null,"header_name":"Brandix for Product Brands","header_author":"maha25","header_description":"Manage WooCommerce product brands with logo, description, shortcode, sidebar widget and Elementor grid &amp; slider widgets.","assets_banners_color":"aeb5b6","last_updated":"2026-06-21 12:01:30","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/themewant.com","header_author_uri":"https:\/\/profiles.wordpress.org\/maha25\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":26,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"maha25","date":"2026-06-21 12:01:30"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":3580618,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":3580618,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3580618,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3580618,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Brand taxonomy with logo upload.","2":"Single product brand display.","3":"Elementor Brands Grid widget.","4":"Elementor Brands Slider widget."}},"plugin_section":[],"plugin_tags":[14164,76538,48637,80,286],"plugin_category":[43,45],"plugin_contributors":[259207],"plugin_business_model":[],"class_list":["post-315119","plugin","type-plugin","status-publish","hentry","plugin_tags-brands","plugin_tags-elementor","plugin_tags-product-brands","plugin_tags-shortcode","plugin_tags-woocommerce","plugin_category-customization","plugin_category-ecommerce","plugin_contributors-maha25","plugin_committers-maha25"],"banners":{"banner":"https:\/\/ps.w.org\/brandix-for-product-brands\/assets\/banner-772x250.png?rev=3580618","banner_2x":"https:\/\/ps.w.org\/brandix-for-product-brands\/assets\/banner-1544x500.png?rev=3580618","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/brandix-for-product-brands\/assets\/icon-128x128.jpg?rev=3580618","icon_2x":"https:\/\/ps.w.org\/brandix-for-product-brands\/assets\/icon-256x256.jpg?rev=3580618","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Brandix for Product Brands adds a dedicated <strong>Brands<\/strong> 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.<\/p>\n\n<p><strong>Features<\/strong><\/p>\n\n<ul>\n<li>Custom Brand taxonomy linked to WooCommerce products<\/li>\n<li>Brand logo (thumbnail) and rich description<\/li>\n<li>Configurable display position on the single product page (above title, below add to cart, in tabs, etc.)<\/li>\n<li><code>[brandix]<\/code> shortcode with full attribute support \u2014 also usable from any PHP template via <code>do_shortcode()<\/code><\/li>\n<li>Sidebar \/ classic widget with logo + count<\/li>\n<li>Elementor \"Brands Grid\" widget<\/li>\n<li>Elementor \"Brands Slider\" widget (vanilla JS carousel, no external dependencies)<\/li>\n<li>WP.org standards: escaped output, sanitized input, translation ready, ABSPATH check, HPOS-compatible<\/li>\n<\/ul>\n\n<h3>Usage<\/h3>\n\n<h4>Shortcode<\/h4>\n\n<pre><code>[brandix]\n<\/code><\/pre>\n\n<p>Attributes (all optional):<\/p>\n\n<ul>\n<li><code>limit<\/code> \u2013 number of brands (default <code>-1<\/code> = all)<\/li>\n<li><code>columns<\/code> \u2013 1\u20138 (default <code>4<\/code>)<\/li>\n<li><code>orderby<\/code> \u2013 <code>name<\/code> | <code>slug<\/code> | <code>count<\/code> | <code>term_id<\/code><\/li>\n<li><code>order<\/code> \u2013 <code>ASC<\/code> | <code>DESC<\/code><\/li>\n<li><code>hide_empty<\/code> \u2013 <code>yes<\/code> | <code>no<\/code><\/li>\n<li><code>include<\/code> \u2013 comma-separated term IDs to include<\/li>\n<li><code>omit<\/code> \u2013 comma-separated term IDs to skip<\/li>\n<li><code>show_name<\/code> \u2013 <code>yes<\/code> | <code>no<\/code><\/li>\n<li><code>show_count<\/code> \u2013 <code>yes<\/code> | <code>no<\/code><\/li>\n<li><code>show_desc<\/code> \u2013 <code>yes<\/code> | <code>no<\/code><\/li>\n<li><code>image_size<\/code> \u2013 any registered image size (default <code>thumbnail<\/code>)<\/li>\n<li><code>layout<\/code> \u2013 <code>grid<\/code> | <code>list<\/code><\/li>\n<\/ul>\n\n<p>Example:<\/p>\n\n<pre><code>[brandix columns=\"6\" limit=\"12\" orderby=\"name\" show_count=\"yes\"]\n<\/code><\/pre>\n\n<h4>In PHP templates<\/h4>\n\n<pre><code>&lt;?php echo do_shortcode( '[brandix columns=\"4\" limit=\"8\"]' ); ?&gt;\n<\/code><\/pre>\n\n<h4>Sidebar widget<\/h4>\n\n<p>Appearance &rarr; Widgets &rarr; add \"Product Brands\" to any sidebar.<\/p>\n\n<h4>Elementor<\/h4>\n\n<p>Search the editor panel for \"Brands Grid\" or \"Brands Slider\".<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/<\/code> or install through the Plugins screen.<\/li>\n<li>Activate the plugin.<\/li>\n<li>Go to <strong>Products &rarr; Brands<\/strong> to add brands and their logos.<\/li>\n<li>Go to <strong>WooCommerce &rarr; Brand Settings<\/strong> to configure where brands appear on the single product page.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20work%20without%20elementor%3F\"><h3>Does this work without Elementor?<\/h3><\/dt>\n<dd><p>Yes. The shortcode and sidebar widget work everywhere. The Elementor widgets only load when Elementor is active.<\/p><\/dd>\n<dt id=\"is%20hpos%20supported%3F\"><h3>Is HPOS supported?<\/h3><\/dt>\n<dd><p>Yes, the plugin declares compatibility with WooCommerce Custom Order Tables (HPOS).<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Manage WooCommerce product brands with logos and descriptions. Show them via shortcode, sidebar widget, or Elementor grid &amp; slider widgets.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/315119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=315119"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/maha25"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=315119"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=315119"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=315119"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=315119"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=315119"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=315119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}