Skip to main content

How Can I Add Specific Items to a Specific Page on My WordPress Site?

Show only items with specific names or descriptions from your Goodshuffle Pro inventory on any WordPress page using an item list.

Colin Connor avatar
Written by Colin Connor
Updated over a week ago

This feature is available on all Goodshuffle Pro Plans.

1. Create a New Page

Add a new page in your WordPress dashboard where you want specific items to appear.

2. Give the Page a Title

For example, if you want to show items with “Deluxe” in their name or description, title your page Deluxe.

3. Add a HTML Block

In the WordPress editor, add a Custom HTML block to this page.

4. Add the Item List Code

Paste this element into the HTML block:

<gspro-item-list
search="deluxe"
route="/search/:search*"
context="search"
size="100"
></gspro-item-list>

Tip: Change the word inside search="deluxe" to whatever you want to filter by (e.g., “tables”, “chairs”).

5. Publish the Page

Once published, your page will display all items whose names or descriptions match your search term.

6. Show Multiple Rows

To show more than one filtered set, add more HTML blocks with different search values.

Example:


Want to watch a video instead?


Need direct help setting this up?


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?