Hey peeps! This is probably a newbie question, but if anyone can point me in the right direction. I haven’t found any answers on the forum myself.
I have a channel where I am trying to display the two most recent entries, sorted by a date custom field.
{exp:channel:entries channel="fixtures" status="open|Played" orderby="game-date" sort="asc" limit="2"}What happens, is rather than get the two most recent posts, relative to today, is that the first two show up.
I’ve got posts for June 6, June 8 and June 13. The posts from June 6 and June 8 are showing up, but I want the posts from June 8 and 13 to show up.
Any help is great, thanks!