paginate
An extension by Aissac that provides pagination support to Radiant CMS. It uses will_paginate plugin to iterate over children of a Page with pagination options:
- Specify number children per page
- Ordering by a specific page attribute and order direction
- Conditionally render content for first page
- Render pagination links customizable from the Radius tag (specify next/prev label, DOM class, inner and outer window etc.)
| Author | Istvan Hoka |
|---|---|
| Website | http://blog.aissac.ro/radiant/paginate-extension/ |
| Repository | git://github.com/Aissac/radiant-paginate-extension.git |
| Supports | Radiant 0.9 RC1 |
| Record Created | December 16, 2009 (about 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install paginate
