Not a developer? Go to MovableType.com

Documentation

ActionsFooter

Returns true and will output the content it contains the last time through the loop created by the Actions tag.

Example

<mt:Actions namespace="community_pack_recommend" include_blogs="all" sort_order="descend" lastn="30">
This will appear once for every action.
    <mt:ActionsFooter>
This will appear once at the very end.
    </mt:ActionsFooter>
</mt:Actions>
Back