Shortcode
[slotsreach show_search="true" sort="created_at"]
When to Use
Shows games sorted by when they were added to your catalog, not their official release date. Useful for a “What’s New” page where visitors can see what games you recently imported, including older titles added to your collection for the first time.
Parameters
sort="created_at"– Sorts by import date (when the game was added to your WordPress site)
Defaults (no need to specify): sort="release_date", order="desc" (newest first), per_page="24". Only add parameters when you need something different.
Tip: The difference between created_at and release_date matters. A game released in 2023 that you import today will show at the top with created_at, but far down with the default release_date sort.
