Display custom post types by date field
I have a custom post type that is simply titles with a date field. I want to display these posts in a list in order of this date field (not date posted). So simply:
--
Sample date
Event title 1
Event title 2
Sample date
Event title 3
Event title 4
Event title 5
(etc)
--
No extra info, that's literally all I want to display.
I can't figure out how to go about this at all. I'm not great at PHP so I'd appreciate any help with this.