Hello All,
I have put together a page that pulls in and displays several upcoming posts by a certain author on my site.
The problem I am having is in sorting the posts in the correct manner. I would like to display the author posts, starting with today’s date (Day1), followed by the next 7 days (Day1, Day2, Day3…Day 7) of posts. I have been able to pull this in, but when displayed, it starts with the last Day7 and works back to Day1 (Day7, Day6, Day5…Day1).
I have tried the sort from “asc” to “desc”, it simply starts with their first post, which may have been 6 months ago and displays 7 from that point. Below is the code I am using…
{exp:weblog:entries weblog="weblog" author_id="{segment_2}" start_on="{current_time format='%Y-%m-%d'}" week_sort="desc" show_future_entries="yes" dynamic="off" limit ="7"}
<h2>{title}</h2>
<p>{summary}<br />
{body}<br />
{/exp:weblog:entries}Any help would be more than appreciated!
Thanks