I’m new to EE and still trying to learn it. I’m a bit confused by static pages. Are they supposed to be using channels, too? Seems like I should be using the Pages Module, but I’m not clear about how to do this. So far, this is what I have done (which I think is wrong because I don’t think I did anything explicit with the Pages Module):
Create Channel for “Static” pages
1. In the main menu, go to Admin -> Channel Administration -> Channels
2. click on “Create a New Channel” button on the top right
3. In “Full Channel Name” field, put “Static”
3. Click “Submit” to save the Channel
Create Channel Field Group for “Static” pages
1. In the main menu, go to Admin -> Channel Administration -> Channel Fields
2. Click on “Create a New Channel Field Group” button on the top right
3. In “New Group Name:” field, put “Static Fields”
Create Channel Fields for “Static” field group
1. After being redirected to “Channel Fields” page, click on “Static Fields” ling in the table’s “Group Name” column
2. Click on the “Create a New Channel Files” button on the top right
3. In “Type” field, select “Textarea” from the drop down menu
4. In the “Field Label” field, type “HTML Content” (this assumes there will only be one field input for static pages)
5. Click “Submit” to save Channel field
Associate Channel with Channel Group (which contains Channel Fields)
1. In the main menu, go to Admin -> Channel Administration -> Channels
2. Click “Edit Group Assignments” for the “Static” column
3. In “Channel Field Group”, select “Static Fields” from the drop down menu
4. Click “Update” to save the association
Create Template for “Static” pages
1. In the main menu, go to Design -> Templates -> Edit -> Create Group
2. In “Template Group Name” field, put “static”
3. Click “Submit” to save the template group
4. After being redirected to “Template Management” page, click on “index” under the “Edit Tamplate” column of the “Tamplate Group Name: static” table on the right
5. After being redirected to “Edit Template: static/index” page, put this in the “From Database” text area:
{exp:channel:entries channel="static"}
{html_content}
{/exp:channel:entries }6. Click “Update and Finished” to save the template
Create a Static Page
1. In the main menu, go to Content -> Publish -> Static
2. In the “Title” field, put “About Acme Factory”
3. In the “HTML Content” field, put the HTML content of the static page
4. Click the “Pages” tab
5. In the “Pages URI”, put “/about/”
6. In the “Template” field, select “static -> index” from the drop down menu
View the Static Page
1. Go to the front end’s /about/ page