Adding Pages to my site
You have several options if you want to add a page to your site. Here they are, in increasing order of complexity:
Use EZ-Pages
EZ-Pages are a great way to add new text content to your site. The one restriction they have is that you can’t execute any PHP code on them, but for many situations, this is not required.
Use the built-in extra pages
The built-in extra pages are
You may use these pages to add content to your site.
Turn on creation of links to these pages from Admin > Configuration > Define Page Status, then modify the page content using the Define Pages Editor.
Build a new custom page
A number of files go into building a new page. The best way to create a new page is to use one of these plugins as a starting point:
The latter is somewhat less customizable but contains fewer files.
The advantage of creating a new page is that you can use PHP in the page, which is not an option with EZ-Pages. Being able to use PHP means you can add conditional logic, do database lookups, customize for specific groups or customer characteristics, etc.
Linking to your New Page
Once you have created your new page, you’ll want to link to it. A few options are:
- If you have created the page as an EZ-Page, use the EZ-Pages sidebox.
- If you want the link in the Information Sidebox, use the instructions on adding a link to the Information Sidebox.
- You can put the link in the header or footer of your site, but the method of doing so will depend on your template.