Hello,
I am running 1.6.9, build 20100430.
I have a page where I want to output all my weblogs, limit to 50, and ordery by edit_date.
However, when I orderby edit_date I get results like this:
07 19 2010
07 15 2010
07 15 2010
06 28 2010
06 23 2010
05 26 2010
07 21 2010
07 21 2010
07 21 2010
07 21 2010
07 20 2010
07 20 2010
07 20 2010
07 20 2010
07 20 2010
07 20 2010
07 20 2010
07 20 2010
07 19 2010…After it gets to the 7/21, 7/21, 7/21… it seems to be correct. So, the first 6 are out of order.
This is the code I used:
{exp:weblog:entries limit="50" weblog="" orderby="edit_date" sort="desc" }
{edit_date format="%m %d %Y"}
{/exp:weblog:entries}Also, I did try with the weblog parameter not empty as well.
Thanks in advanced!