Hello
I have two weblogs events and adventure_events. Each have a different set of custom fields.
The events weblog has a custom date field named event_start_date.
The adventure_events weblog has a custom date field named adventure_start_date.
Can I use the weblog:entries tag to bring back entries from both events|adventure_events weblogs orderby (event_start_date OR adventure_start_date)?
If I do this orderby=“event_start_date|adventure_start_date” the results are not mixed together. Instead all the events entries are grouped first followed by all the adventure_events entries.
I’m trying to get all entries from both weblogs sorted together by date. But the two weblogs don’t share one common custom date field.
Thank you for any assistance.