Display Brands on a Page
To display product brands on any page or post:
- Go to Pages or Posts and edit the page.
- Add a Shortcode block (Gutenberg) or paste the shortcode into your page builder.
- Use one of the following shortcodes.
Basic Brands Grid
[brandix]
or
[brandix_brands]
Brands Grid with Options
[brandix columns="6" limit="12" orderby="name" show_count="yes"]
Available Grid Attributes
columnslimitorderbyordershow_logoshow_nameshow_countshow_deschide_emptylayoutimage_sizeincludeomitclass
Brands Slider
Use the following shortcode to display brands as a slider:
[brandix_slider limit="12" slides_per_view="5" autoplay="yes"]
Available Slider Attributes
limitcolumnsorderbyorderhide_emptyincludeomitshow_logoshow_nameshow_countimage_sizeslides_per_viewspace_betweenloopautoplayautoplay_delaypause_on_hovershow_arrowsshow_pagination
Using in PHP
Brands Grid
<?php echo do_shortcode( '[brandix columns="4" limit="8"]' ); ?>
Brands Slider
<?php echo do_shortcode( '[brandix_slider limit="12"]' ); ?>
Sidebar Widget
Go to:
Appearance → Widgets → Product Brands
Add the Product Brands widget to any widget area.
Elementor
Search for either of the following widgets:
- Brands Grid
- Brands Slider