Moderator’s note: Moved to Howto.
I’m using the calendar module for an ‘event’ weblog. I found some directions on modifying the module to populate based on a custom date field instead of the entry date (works great). The problem is figuring out how to have the days with entries link to a template that only lists the entries for that particular day (using the date from the custom field instead of the entry date).
I know for the entry date, the URL segments are what controls the listing results. But how could I have the template list results from a particular date specified in my event_start_date custom date field?
I’d hate to have to use the entry date (setting as the same as the event date) because the entries are also displayed in pages that are populated from other weblogs as well and this would cause the entries to be future entries and either always be first, or not show up if I specify using show_future_entries=“off”.
Any suggestions?