Skip to main content

How can I show some items by default on my Item Gallery?

Here's how you can choose to show a collection of items when using an Item Gallery on your Website

Colin Connor avatar
Written by Colin Connor
Updated over 2 weeks ago

When using an Item Gallery, you can use the examples below to display a collection of items by default. Item Galleries are versatile tools that allow you to showcase collections of categorized items and their associated images directly on your website.

Search

The search parameter allows you to specify keywords or terms to dynamically filter and display items that match your criteria.

<gspro-item-gallery search="table"></gspro-item-gallery>

Category

Using the category parameter, you can create galleries that automatically group items under a specific inventory category. This ensures that items from a particular category are visually organized for display without manual intervention.

<gspro-item-gallery category="linen-rentals"></gspro-item-gallery>

Tags

The tags parameter filters and displays items with specific tags, making it easy to categorize and highlight items for events or themes.

<gspro-item-gallery tags="YourTag"></gspro-item-gallery>
  • Replace 'YourTag' with the relevant tag for your desired category

Did this answer your question?