" /> markpasc.org: July 2008 Archives

« September 2007 | Main

July 30, 2008

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.