Hi all!
I want to show the 3 newest entries from a BUNCH of weblogs (I’ll have about 40 when I’m done).
{exp:weblog:entries weblog_id="1 2 3 4" orderby="date" sort="desc" limit="3"}
This would show the 3 newest entries from weblogs 1 2 3 and 4…but is there a way do it like this?
{exp:weblog:entries weblog_id="all" orderby="date" sort="desc" limit="3"}
TIA,
Bill
