index_page
This is for indexes that have no content for themselves.
For example, a site may be structured like so to keep things organized and clean:
/about
/about/history
/about/team
/about/objective
Now it is very possible that there is no content for the ‘index’ page on /about.
With this extension you just make the page on /about an IndexPage, which will…
- redirect your visitors to it’s first published child (default setting)
- renders the content of the first published child under the parent url
| Author | Benny Degezelle |
|---|---|
| Website | http://github.com/jomz/radiant-index-page-extension |
| Repository | git://github.com/jomz/radiant-index-page-extension.git |
| Download | http://github.com/jomz/radiant-index-page-extension/zipball/master |
| Supports | Radiant 0.8.1 |
| Record Created | February 4, 2010 (7 months ago) |
| Last Updated | February 8, 2010 (7 months ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install index_page
