HOW-TO: Link to Other Pages In a Site
To link to a page in your site you should use a Snippet. When you get to a content area where you'd like to create a link do the following:
- Place the cursor where you'd like the link to be created in your content.
- In the bottom right of the content editor click the link for 'Insert/Edit Snippet'
- You should now have an action box that has a few links for including snippets.
- Click the link 'Link to'
- Select the page you want to link to by clicking it's title
- Click 'Insert Snippet' in the bottom right of the action box. Important'''
- There should now be text like the following in your content editor: {{ Page.link_to page_id=677 }}
- If you would like provide text other then the page name add the following to the snippet: text="What you want the link to say". Which would make the final snippet look like {{ Page.link_to page_id=677, text="What you want the link to say" }}
This process will most likely be changed in v0.3.2.
