Sort by EventStartDate
-
I’m trying to display the next 4 featured events on the home page of my website. How can I sort by EventStartDate?
This is what I have so far to retrieve the data…
query_posts(‘showposts=4&eventDisplay=upcoming&category_name=featuredevent&orderby=EventStartDate&order=ASC’);
Instead of sorting by the Event Date, it is sorting by the Post Date. Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Sort by EventStartDate’ is closed to new replies.