Again for Movable Type
Again for MT enables a generic means of performing a recursive loop on some template markup.
Again does two things:
- Define a block of markup and text to recursively loop through with a limit
- Repeat the block inside itself or use another block of markup once the limit (depth) has been reached by the loop.
One such use of recursion in MT templates is calling a functional block tag like mt:entryprevious recursively to show the previous 5 entries to the one in context.
This MT4 plugin is based on an MT3 style plugin originally developed by LummoxJR.