I have a weblog and it has a calendar, which works fine. I would like to display, above the calendar, the next 7 entries, starting with the current day, but having trouble. I can have the next 7 entries appear, but they start at the first entry, not the current day.
I was using this:
{exp:weblog:entries weblog=”{master_weblog_name}” display_by=“day” limit=“7”
sort=“asc” show_future_entries=“yes”}
So I want only the current date, followed by the entries for the next 7 future days, make sense?
How do I do it?
