Shortcodes

Drop games anywhere on your site with a single line of code.

Quick Start

Two shortcodes cover all use cases.

[slotsreach]

Game catalog grid with optional search, filters, sorting, and load-more pagination.

[slotsreach show_search="true" per_page="24"]

[slotsreach-providers]

Provider directory grid with logos, game counts, and optional search.

[slotsreach-providers show_search="true" limit="20"]

[slotsreach] Parameters

Display

ParameterTypeDefaultDescription
show_searchbooleanfalseShow search bar and filter controls
per_pagenumber24Games per page. Recommended: 12, 24, 48
columnsnumberautoForce grid column count (overrides responsive default)
load_morebooleantrueShow the Load More button for pagination

Filtering

ParameterTypeDefaultDescription
providerstringallFilter by provider slug (e.g. pragmatic-play, playn-go)
exclude_providerstringnoneHide games from specific providers, comma-separated
themestringallFilter by theme (e.g. Egyptian, Fruit, Mythology)
typestringallFilter by game type (e.g. Crash Games, Mines, Scratch Cards)
featuresstringallFilter by game feature, comma-separated (e.g. Megaways, Buy Bonus, Cluster Pays)
volatilitystringallFilter by volatility: low, medium, high, very-high
gridstringallFilter by grid size (e.g. "5x3", "6x5")
min_rtpnumbernoneMinimum RTP percentage (e.g. 96)
min_max_winnumbernoneMinimum max win multiplier (e.g. 5000)
includestringallShow only these game slugs, comma-separated
searchstringnonePre-populate the search query

Sorting

ParameterTypeDefaultDescription
sortstringrelease_dateSort field: release_date, created_at, title, rtp, max_win
orderstringdescSort direction: asc or desc

Single Game Embed

Use the slug parameter to display one specific game card with its demo player. The slug is always game-title-provider.

[slotsreach slug="sweet-bonanza-pragmatic-play"]

When slug is set, all other filtering and pagination parameters are ignored.

ParameterTypeDefaultDescription
slugstringnoneFull game slug (e.g. sweet-bonanza-pragmatic-play)

[slotsreach-providers] Shortcode

Displays a grid of game providers with logos, game counts, and optional links. Use it for a dedicated “Providers” page or a sidebar widget.

[slotsreach-providers show_search="true" columns="4"]
ParameterTypeDefaultDescription
show_searchbooleanfalseShow a search bar above the provider grid
limitnumberallMaximum number of providers to display
columnsnumber4Number of grid columns
providerstringallShow only a specific provider by slug
excludestringnoneHide specific providers by slug, comma-separated
linkstringautoOverride the provider card link URL

Recipe Examples

Full catalog with search

Main game library page with search bar and filters enabled.

[slotsreach show_search="true" per_page="24"]

Pragmatic Play provider page

All Pragmatic Play games with search. Good for a dedicated provider page.

[slotsreach provider="pragmatic-play" show_search="true"]

High-RTP Megaways, newest first

Only Megaways slots with RTP above 96%, sorted by release date.

[slotsreach features="Megaways" min_rtp="96" sort="release_date" order="desc"]

Top wins catalog

Games with 10,000x+ max win, sorted by highest win potential.

[slotsreach min_max_win="10000" sort="max_win" order="desc" per_page="12"]

Curated picks

Hand-picked selection of specific games for an editorial “Best Of” list.

[slotsreach include="sweet-bonanza-pragmatic-play,gates-of-olympus-pragmatic-play,book-of-dead-playn-go" columns="3" load_more="false"]

Exclude a provider

Full catalog but without games from a specific provider.

[slotsreach exclude_provider="nolimit-city" show_search="true"]

6x5 grid slots

Filter by reel layout for a “Big Grid Slots” page.

[slotsreach grid="6x5" show_search="true"]

Pre-filtered search

Open the catalog with a search query already filled in.

[slotsreach show_search="true" search="bonus buy"]

Single game embed

Embed one game in a blog post or review page.

[slotsreach slug="sweet-bonanza-pragmatic-play"]

Alphabetical catalog

All games sorted A-Z by title.

[slotsreach sort="title" order="asc" show_search="true" per_page="48"]

Provider directory

All providers in a 4-column grid with search.

[slotsreach-providers show_search="true" columns="4"]

Top 10 providers

Sidebar widget showing only the top 10 providers.

[slotsreach-providers limit="10" columns="2"]