Manage Brands and Brand-specific data
A Brand is a reusable entity related to Stores. Use it when several locations share an identity, logo, website, or Brand-level custom values. Do not duplicate the same Brand name into every Store as plain text.
Create a Brand
Go to Store Locator → Brands → Add New.
Under Identity:
- Name is required and appears in admin/public Brand values;
- Slug is required, generated from Name, and can be edited;
- Website accepts the Brand's canonical URL.
Under Branding, choose a Logo from the WordPress Media Library and enter the Brand Description.
Add Brand custom fields
- Open Store Locator → Custom Fields.
- Create a field and set Applies To → Brands.
- Save it, then reopen a Brand.
- Fill the new field under the Brand's Custom Fields group.
The definition is shared by every Brand, but each Brand stores its own value. Store-scoped custom fields do not appear here.
Assign a Brand to Stores
- Save the Brand first.
- Open Store Locator → Stores.
- Edit a Store and select its Brand.
- Save and repeat for other locations.
The Brand filter queries this relationship. Mentioning the Brand in a description, Category, or custom text field is not equivalent.
Add Brand filtering to a Layout
Edit a Layout and add Brand filter. Choose Dropdown or Chips, set its label, and set the reset option (default: All Brands). Brands do not use the Category tile/drill-down modes.
To publish a permanently Brand-scoped locator without showing the Brand control, use:
[cliq_store_locator id="123" brand="7"]
7 is the Brand's numeric ID. The Gutenberg Store Locator block provides the same selection under Default filters → Brand.
Diagnose missing Brand results
Check in this order:
- the expected Store has the Brand relationship saved;
- the Store is Active or included by the Store List's visible statuses;
- another default Category/country/search term is not excluding it;
- the published page uses the Layout you edited;
- the shortcode/block does not contain an old Brand default.
Deleting a Brand removes a relationship used by every attached Store. Prefer editing or migrating relationships before deletion.