Order
Order for Movable Type
Download Order 1.0 (30 July 2008)
Using Order
To install, unzip the archive to your MT directory. The plugin is now installed.
Use the provided template tags to collect and reorder template content. For example:
<mt:Order>
<mt:Entries>
<mt:OrderItem>
<mt:setvarblock name="order_by">
<mt:EntryDate utc="1" format="%Y%m%d%H%M%S">
</mt:setvarblock>
<mt:Include module="Entry">
</mt:OrderItem>
</mt:Entries>
<mt:Comments>
<mt:OrderItem>
<mt:setvarblock name="order_by">
<mt:CommentDate utc="1" format="%Y%m%d%H%M%S">
</mt:setvarblock>
<mt:Include module="Comment">
</mt:OrderItem>
</mt:Comments>
</mt:Order>
Future enhancements
None noted.
Mark:
This question might be outside the scope of your plug-in, but here goes.
Is there a way, when adding Action Stream items to an index template with blog entries, to have a single date header for each day?
For example, for today it would have a header of August 21st 2008, and under it would be today's variety of tweets, flickr photos, blog posts, etc. Same for yesterday, etc.
Thanks - any hints or guidance would be appreciated.
Thanks for your plug-ins!
Jason
Check out a screencast using the Order plugin on Raquo.net