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
| Parameter | Type | Default | Description |
|---|---|---|---|
| show_search | boolean | false | Show search bar and filter controls |
| per_page | number | 24 | Games per page. Recommended: 12, 24, 48 |
| columns | number | auto | Force grid column count (overrides responsive default) |
| load_more | boolean | true | Show the Load More button for pagination |
Filtering
| Parameter | Type | Default | Description |
|---|---|---|---|
| provider | string | all | Filter by provider slug (e.g. pragmatic-play, playn-go) |
| exclude_provider | string | none | Hide games from specific providers, comma-separated |
| theme | string | all | Filter by theme (e.g. Egyptian, Fruit, Mythology) |
| type | string | all | Filter by game type (e.g. Crash Games, Mines, Scratch Cards) |
| features | string | all | Filter by game feature, comma-separated (e.g. Megaways, Buy Bonus, Cluster Pays) |
| volatility | string | all | Filter by volatility: low, medium, high, very-high |
| grid | string | all | Filter by grid size (e.g. "5x3", "6x5") |
| min_rtp | number | none | Minimum RTP percentage (e.g. 96) |
| min_max_win | number | none | Minimum max win multiplier (e.g. 5000) |
| include | string | all | Show only these game slugs, comma-separated |
| search | string | none | Pre-populate the search query |
Sorting
| Parameter | Type | Default | Description |
|---|---|---|---|
| sort | string | release_date | Sort field: release_date, created_at, title, rtp, max_win |
| order | string | desc | Sort 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.
| Parameter | Type | Default | Description |
|---|---|---|---|
| slug | string | none | Full 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"]| Parameter | Type | Default | Description |
|---|---|---|---|
| show_search | boolean | false | Show a search bar above the provider grid |
| limit | number | all | Maximum number of providers to display |
| columns | number | 4 | Number of grid columns |
| provider | string | all | Show only a specific provider by slug |
| exclude | string | none | Hide specific providers by slug, comma-separated |
| link | string | auto | Override 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"]