Shortcode

Display Brands on a Page

To display product brands on any page or post:

  1. Go to Pages or Posts and edit the page.
  2. Add a Shortcode block (Gutenberg) or paste the shortcode into your page builder.
  3. 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
  • columns
  • limit
  • orderby
  • order
  • show_logo
  • show_name
  • show_count
  • show_desc
  • hide_empty
  • layout
  • image_size
  • include
  • omit
  • class

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
  • limit
  • columns
  • orderby
  • order
  • hide_empty
  • include
  • omit
  • show_logo
  • show_name
  • show_count
  • image_size
  • slides_per_view
  • space_between
  • loop
  • autoplay
  • autoplay_delay
  • pause_on_hover
  • show_arrows
  • show_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