In an attempt at clarify, I’m going to distinguish between entries in two channels as “events” and “posts.” I’m creating a site where the user will set up an event, and then create posts for that event. Each of those has its own channel—one for the events, and one for posts. The posts are attached to an event using a relationship field. Posts are only displayed (using a reverse_related_entries tag) on the event page and never linked to directly.
What I’d like to do on the homepage is display the events based on which one was most recently updated. But by “updated” I really mean “event that last had a post related to it added to the system” since the events themselves aren’t really ever updated.
Does that make sense? Anyone have any ideas?
Thanks.