I have a blog home page where I want to show the latest 6 entries listed by date, regardless of category. I have this code:
{exp:weblog:entries weblog="blog" orderby="date" sort="asc" limit="6"}But the output shows by category, then date. How do I get it show by date as the primary?