DanYork
Member
Posted 3 months ago #
I'll echo a comment to the Edit Flow blog made by "Stephanie":
http://editflow.org/2012/01/09/edit-flow-v0-7-modular-architecture-monthly-calendar-and-sortable-statuses/#comment-175
It would be great if the Calendar View could show (or have the option to show) posts in chronological order under each day.
For instance, when I look at the calendar on my site right now for today, I see 2 posts listed. The first is still in the "Pitch" state and is scheduled for 4pm today. The second is a post that went live this morning at 8am. I understand that the unpublished posts appear first, but from a visual/graphical point of view, it would be great to have the option to display the posts in their scheduled order.
Thanks for the consideration,
Dan
http://wordpress.org/extend/plugins/edit-flow/
Great suggestion. I've filed an issue and we'll try to get a code snippet prepared for v0.7.1
I've added a new filter that allows you to sort the posts by arbitrary criteria. Here's the task for me to prepare a code snippet, hopefully coming soon...
DanYork
Member
Posted 1 month ago #
Very cool! Looking forward to seeing it.
Here's your code snippet. It will sort the posts in chronological order based on post_date. Enjoy!