I have a pdoResources code below
[[!pdoResources?
&parents=`10`
&tpl=`upcomingGameDetails`
&includeContent=`1`
&processTVs=`1`
&includeTVs=`Team_1_Name,
Team_1_Score,
Team_1_Crest,
Team_2_Name,
Team_2_Score,
Team_2_Crest,
Game_Competition,
Game_Date,
Game_Venue`
&limit=`0`
&offset=`1`
&sortby=`{"Game_Date":"ASC"}`
&sortdir=`DESC`
&where=`{"isfolder:=":"0","template:=":"15","Game_Date:>":"[[!currentDate]]"}`
]]
This should retrieve a table of all the upcoming game except the first one - &offset=1
but it keeps bringing them all back. I don’t want to show the next game as the next game is larger above the table.