Migrating to TextPattern: Recent Articles
Previously, we implemented a default section for TextPattern and the matching permalink generator. Step 3 is to add a simple recent articles navigation tag to the package.
Our idx_recent_articles implementation is an extension of the existing recent_articles tag. It extends the existing code in two ways. First, it only displays articles in the current section. And second, it generates our default section permalinks when viewing the default section.
Download Version 0.2 of the idx_defaultSection plugin for TextPattern.
Part 4: Surrounding Articles Tag.