{"id":205,"date":"2026-07-16T07:51:39","date_gmt":"2026-07-16T07:51:39","guid":{"rendered":"http:\/\/localhost:10425\/?page_id=205"},"modified":"2026-07-16T08:14:29","modified_gmt":"2026-07-16T08:14:29","slug":"documentation","status":"publish","type":"page","link":"https:\/\/themewant.com\/plugins\/brandix\/documentation\/","title":{"rendered":"Documentation"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Brandix provides multiple ways to display product brands on your WooCommerce store. You can use Gutenberg blocks, shortcodes, Elementor widgets, sidebar widgets, or PHP functions.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Gutenberg Blocks (Recommended)<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Brandix includes native Gutenberg blocks for displaying brands.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To add a block:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Edit a page or post.<\/li>\n\n\n\n<li>Click the <strong>+<\/strong> (Add Block) button.<\/li>\n\n\n\n<li>Search for <strong>Brandix<\/strong> or <strong>Brands<\/strong>.<\/li>\n\n\n\n<li>Select one of the following blocks:\n<ul class=\"wp-block-list\">\n<li><strong>Brands Grid<\/strong><\/li>\n\n\n\n<li><strong>Brands Slider<\/strong><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Configure the block settings from the right sidebar.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This is the easiest way to display brands without writing any shortcode.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Shortcodes<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">You can also display brands using shortcodes.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Basic Grid<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;brandix]\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;brandix_brands]\n<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Grid with Options<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;brandix columns=\"6\" limit=\"12\" orderby=\"name\" show_count=\"yes\"]\n<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Grid Attributes<\/h5>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Attribute<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>columns<\/code><\/td><td>Number of columns.<\/td><\/tr><tr><td><code>limit<\/code><\/td><td>Maximum brands to display.<\/td><\/tr><tr><td><code>orderby<\/code><\/td><td>Sort by name, ID, count, etc.<\/td><\/tr><tr><td><code>order<\/code><\/td><td>ASC or DESC.<\/td><\/tr><tr><td><code>show_logo<\/code><\/td><td>Show brand logo.<\/td><\/tr><tr><td><code>show_name<\/code><\/td><td>Show brand name.<\/td><\/tr><tr><td><code>show_count<\/code><\/td><td>Show product count.<\/td><\/tr><tr><td><code>show_desc<\/code><\/td><td>Show brand description.<\/td><\/tr><tr><td><code>hide_empty<\/code><\/td><td>Hide empty brands.<\/td><\/tr><tr><td><code>layout<\/code><\/td><td>Grid layout style.<\/td><\/tr><tr><td><code>image_size<\/code><\/td><td>Logo image size.<\/td><\/tr><tr><td><code>include<\/code><\/td><td>Include specific brand IDs.<\/td><\/tr><tr><td><code>omit<\/code><\/td><td>Exclude specific brand IDs.<\/td><\/tr><tr><td><code>class<\/code><\/td><td>Custom CSS class.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Brand Slider<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Slider Shortcode<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;brandix_slider limit=\"12\" slides_per_view=\"5\" autoplay=\"yes\"]\n<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Slider Attributes<\/h5>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Attribute<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>limit<\/code><\/td><td>Maximum brands.<\/td><\/tr><tr><td><code>columns<\/code><\/td><td>Columns (if supported).<\/td><\/tr><tr><td><code>orderby<\/code><\/td><td>Sort field.<\/td><\/tr><tr><td><code>order<\/code><\/td><td>ASC or DESC.<\/td><\/tr><tr><td><code>hide_empty<\/code><\/td><td>Hide empty brands.<\/td><\/tr><tr><td><code>include<\/code><\/td><td>Include specific brands.<\/td><\/tr><tr><td><code>omit<\/code><\/td><td>Exclude specific brands.<\/td><\/tr><tr><td><code>show_logo<\/code><\/td><td>Show logo.<\/td><\/tr><tr><td><code>show_name<\/code><\/td><td>Show brand name.<\/td><\/tr><tr><td><code>show_count<\/code><\/td><td>Show product count.<\/td><\/tr><tr><td><code>image_size<\/code><\/td><td>Logo size.<\/td><\/tr><tr><td><code>slides_per_view<\/code><\/td><td>Visible slides.<\/td><\/tr><tr><td><code>space_between<\/code><\/td><td>Space between slides.<\/td><\/tr><tr><td><code>loop<\/code><\/td><td>Enable looping.<\/td><\/tr><tr><td><code>autoplay<\/code><\/td><td>Enable autoplay.<\/td><\/tr><tr><td><code>autoplay_delay<\/code><\/td><td>Autoplay delay in milliseconds.<\/td><\/tr><tr><td><code>pause_on_hover<\/code><\/td><td>Pause autoplay on hover.<\/td><\/tr><tr><td><code>show_arrows<\/code><\/td><td>Show navigation arrows.<\/td><\/tr><tr><td><code>show_pagination<\/code><\/td><td>Show pagination dots.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">PHP Usage<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Display the Brand Grid:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php echo do_shortcode('&#91;brandix columns=\"4\" limit=\"8\"]'); ?&gt;\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Display the Brand Slider:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php echo do_shortcode('&#91;brandix_slider limit=\"12\"]'); ?&gt;\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Sidebar Widget<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Navigate to:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Appearance \u2192 Widgets<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add the <strong>Product Brands<\/strong> widget to any widget area.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Elementor<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Brandix includes Elementor widgets.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Search for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Brands Grid<\/strong><\/li>\n\n\n\n<li><strong>Brands Slider<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Drag the widget onto your page and customize it using the Elementor settings panel.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">Which Method Should I Use?<\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Gutenberg Blocks<\/strong> \u2013 Recommended for Block Editor users.<\/li>\n\n\n\n<li><strong>Shortcodes<\/strong> \u2013 Works with any page builder or classic editor.<\/li>\n\n\n\n<li><strong>Elementor Widgets<\/strong> \u2013 Best for Elementor users.<\/li>\n\n\n\n<li><strong>Sidebar Widget<\/strong> \u2013 Display brands in sidebars or footer widget areas.<\/li>\n\n\n\n<li><strong>PHP<\/strong> \u2013 Ideal for developers integrating Brandix into theme templates or custom code.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Brandix provides multiple ways to display product brands on your WooCommerce store. You can use Gutenberg blocks, shortcodes, Elementor widgets, sidebar widgets, or PHP functions. Gutenberg Blocks (Recommended) Brandix includes native Gutenberg blocks for displaying brands. To add a block: This is the easiest way to display brands without writing any shortcode. Shortcodes You can [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-205","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/pages\/205","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/comments?post=205"}],"version-history":[{"count":0,"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/pages\/205\/revisions"}],"wp:attachment":[{"href":"https:\/\/themewant.com\/plugins\/brandix\/wp-json\/wp\/v2\/media?parent=205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}