Order

| | Comments (2)

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.

2 Comments

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

Beau Smith Author Profile Page said:

Check out a screencast using the Order plugin on Raquo.net

Leave a comment

About this Entry

This page contains a single entry by markpasc published on July 30, 2008 12:35 PM.

Linkblog was the previous entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Categories

Tag Cloud