Skip to main content
How can I list items by a specific tag on Wix?

Here's how you can use an Item List to scope specific items on Wix

Jake Scotto avatar
Written by Jake Scotto
Updated over a week ago

To get started, you'll first want to add a Custom Element to your page. You can do so from the Wix editor by clicking "Add Elements" and choosing "Custom Element"

Once your custom element is added, you'll need to set your "Source" and "Attributes". Click "Choose Source" and enter the below snippets of code:

Server URL: https://unpkg.com/@goodshuffle/[email protected]/dist/custom-elements/index.js

Tag Name: gspro-item-list

Now that the source is added, we can click "Set Attributes" to customize our Item List. For example, to show only items with a specific tag, you'll set the attribute name to tags and the value to your tag from Goodshuffle, such as decor

This will mean only items tagged "Decor" will appear on your page!

Looking to list items with a search bar? Click here.

Did this answer your question?