Hi,
I have a problem with this code:
{exp:weblog:entries weblog="blog1|blog2|blog3|blog4|blog5" sort="asc" order_by="date" limit="1000"}
{entry_date format="%j %F"} <br>
{title} - {weblog}
<br><br>
{/exp:weblog:entries}1) I don’t have an ordered list! I obtain something like:
Jan, 4
title a - blog1
Jan, 5
title b - blog1
Jan, 6
title c - blog 2
Jan, 5
title c - blog 1
Note that if I put sort=“desc” or without sort=“asc” it’s all ok!
2) For now, I have about 600 entry but without specify the “limit” parameter i don’t obtain a full list with all the entry! Appears to be like if there is some limit when I don’t specify any ‘limit=’.
Note:
I’am using ExpressionEngine 1.6.8
built: 20100121
Filippo_me