I want to display entries only from the last 2 weeks or 14 days, which ever is easier. (not NOT the last 14 entries, but any entries that fall within the last 14 days)
I also want them to be in order so the most recent entry is on top and they desc down to the oldest entry that falls in the last 14 days or 2 weeks.
I am using:
{exp:weblog:entries weblog="sheets" display_by="week" limit="2" orderby="date" sort="asc" show_future_entries="no" show_expired="yes" rdf="off" switch="row3|row4" }
And works pretty good if I use order=“asc” they are ordered in reverse so the oldest in the 2 weeks shows up first and then orders down to the newest at the bottom.
Problem is if I switch it to order=“desc” then I get last weeks in proper order newest to oldest, then at the very bottom I get this weeks newest to oldest.
How can I get this to work? Would using the start_on parameter be my best bet? if so how do I set that to be start_on 14 days ago sort by date, list by day, and order newest to oldest?
TIA
