Recent Changes - Search:

SimpleLog wiki

Installing SimpleLog

        MT(gs) users
        DreamHost users

Upgrading

Working with themes

How to

Troubleshooting

Development & resources

NewPages

"Static" pages are areas of the site that might contain simple, static information. A good example of this is an about page or a contact page.

To create a new page, enter the admin section and click on the Pages item in the toolbar, then click the "create a new page" link in the upper left.

You must give each page a unique "link," which will be used to identify the page as well as navigate to it. For instance, if you're creating an about page, "about" would be a good link.

Title the page and enter content for it, then save. You've created a new page!

To link to this page on your site, you can use a simple helper:

Site.link_to_page('link')

Where link is the link you entered in the admin section. For instance, if you create an about page and want to link to it in your sidebar, you'd do something like:

<%= link_to 'About me', Site.link_to_page('about') %>

You can create as many pages as you wish.

Edit - History - Print - Recent Changes - Search
Page last modified on January 08, 2008, at 01:27 PM EST