navigation_tags
Provides hierarchical tree navigation based on Radiant’s site structure. Outputs navigation in the form of a very flexible and CSS’able unordered list.
Usage:
<r:nav [root="/"] [include_root="true"] [depth="2"] [expand_all="true"] [ids_for_lis="true"] />
Use only and except to filter which pages are included. The following would output a navigation list only containing only the pages articles, notices and their descendants, which aren’t css, javascript, or xml pages:
<r:nav only="^/(articles|notices)/" except="\.(css|js|xml)/*$" />
| Author | Benny Degezelle |
|---|---|
| Website | http://github.com/gunn/navigation_tags |
| Repository | git://github.com/gunn/navigation_tags.git |
| Supports | Radiant 0.8.1 |
| Record Created | February 4, 2010 (about 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install navigation_tags
