Display excerpt ordered by event date, not post id
-
On a custom template page, I’m trying to display a fixed number of events (10, in this case) and I want them to order by event date, not post id. I’m trying to show a list of event excerpts in order of when they are occurring.
I’m doing this in the loop by querying post_type => event and then calling the_excerpt(). The problem is that the loop returns the events in order of post ID.
Maybe this isn’t the best way, but I haven’t been able to figure out anything better. Any help would be much appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display excerpt ordered by event date, not post id’ is closed to new replies.