I do not think this is possible, but I figure I’ll post it to the boards see what comes up. I have a {exp:weblog:entries} tag that is grabbing information from two different weblogs, “Blog” and “Events.” I have a custom date field in “Events.” Is there a way to kinda combine the default entry_date of “Blog” and this custom_date of “Events” so that I can “orderby” the entry_date if it’s an entry from “Blog” and the custom_date if it’s an entry from “Events.” So, conceptually (obviously, this code doesn’t work), something like:
{exp:weblog:entries weblog="weblog1|weblog2"
{if weblog=='weblog1'} orderby="date"
{if:elseif weblog=='weblog2'} orderby="custom_date_field"{/if}}
post content
{/exp:weblog:entries}If not, it’s not a big deal. I guess I’m more curious for future reference.
Thanks!
~dk