Skip to main content

How Can I Show Tagged Items on My WordPress Site?

Colin Connor avatar
Written by Colin Connor
Updated today

This feature is available on all Goodshuffle Pro Plans.

Looking for Squarespace? Click Here.

Watch a Video Tutorial below


If you just want to show items in your inventory that have a specific tag in Goodshuffle Pro, you can...

First, create a new page.

Next, give this page a title. For example, if you want to list all items tagged with "Weddings," I'd title the page "Weddings."

Then, click the + sign and add the "Advanced HTML."

Next add in this Element:

<gspro-item-list
  tags="wedding"
  size="100"
></gspro-item-list>

Note, you can change the word (or value) after tags="XXX" to be whatever tag you'd like to pull from your inventory in Goodshuffle Pro.

Then, click "Publish."

Finally, you will see all items with those tags on your site!

Note that you can add multiple "Blocks" to display rows of items tagged with "Wedding," "Casino," and so on.

<gspro-item-list
tags="wedding"
size="100"
></gspro-item-list>

<gspro-item-list
tags="casino"
size="100"
></gspro-item-list>

Pro tip: if you would like to eliminate mentions of a specific part of a tag, say 'packages' in 'dining-package', then you can use the following code snippets as examples:

<gspro-item-list tags="dining-table | dining-tables"

search="-packages"

size="100"

</gspro-item-list>

search="-packages"

size="100"

</gspro-item-list>

The code snippets above will tell the page to pull "items that include Dining tags, but do not include mention of Packages.

As a note, ideally, tags should be formatted using 'Dining_package' - this means that it is a unique tag. Utilizing 'dining-packages' will mean the code sees "dining" and "packages" as separate words.


Need Additional Support?
Click the blue chat bubble in the bottom corner of your screen to message our support team—we’re happy to help!

Did this answer your question?