StoreFront Pages
Every page on your StoreFront is managed from one screen. Go to Main Menu → StoreFronts, choose your host, then select Pages.
Each page has a template applied to it, and the template is what decides what the page actually renders. That is why a product page shows products and a blog page shows posts without you laying either out by hand. Change the template and you change what the page does.

Add a page
- On the Pages screen, select Add Page.
- Name the page.
- Save it.
The new page appears on your StoreFront, and under its parent page if it has one.
Apply a different template
- On the Pages screen, select the Edit icon on the right of the page's row.
- Use the template dropdown to pick a different template.
- Select Save Page, or Save and Preview to open the result in a new tab.

Publish and hide a page
A page can exist without being visible. Hiding is useful for a page you are still building, or a landing page you only want reached from a campaign link.
Toggle visibility from the page itself in the page editor. A hidden page stops appearing on your StoreFront and under its parent, but keeps its content and its URL.
Order child pages
Child Page Sort Order controls the order that pages nested under a parent appear in. It is set on the parent page, not on the children.
There are two ways to reach the setting, and they do the same thing:
- From the Pages screen, select Edit on the parent page, then choose Child Page Sort Order.
- From your StoreFront's admin panel, select Page → Edit → Settings.

Pick a sort order and select Save Page. The default is Title Ascending.
Arrange child pages by hand
Choosing Custom lets you drag pages into the order you want.
- Set the parent's Child Page Sort Order to Custom and save.
- In the page list, select the blue tree icon on the parent to expand its children.
- Drag a child page to its new position. The hierarchy updates as soon as you drop it.

Refresh your StoreFront to see the new order.
Page order does not control your navigation menus. Menus are managed separately under StoreFronts → Menus.
Restrict a page to a pricing tier
Page permissions limit a page and its content to customers on a particular pricing tier. The setting only appears once you have at least one pricing tier configured. See Pricing Tiers to set one up.
- On the Pages screen, edit the page.
- Select the pricing tier that should have access.
- Select Save Page.
The page is then reachable only by someone logged in under that pricing tier. The more pricing tiers you have, the more finely you can divide access.
Delete a page
- On the Pages screen, select the delete icon on the right of the page's row.
- Type
DELETEin the confirmation field. - Select Proceed.
"Parent page template does not support child pages"
This warning in the page editor means the parent's template does not automatically render links to its children. It is not necessarily a problem.
Templates differ in how they link onward. A home page template might contain four menus, whose links come from the Menus tab, plus one section listing the items assigned to the home page. None of those automatically pick up a new child page.
If you want the page linked from its parent, add it to one of the menus and the warning clears. If the page is a landing or promotional page you deliberately do not want linked, ignore the warning. That is a normal thing to want.
Fix mismatched HTML in page content
On a responsive site, an unclosed div or one closing tag too many can break the whole page
layout. The content editor points these out for you.
- In the page editor, select the full screen icon next to the content field.
- In full screen mode the editor highlights tags that do not match up or are out of order.
- Fix them, toggle full screen off, and save the page.

Next steps
- File Manager for the files behind these pages: templates, stylesheets, and images.
- How StoreFronts resolves a URL explains why a given address lands on a given page, which is worth knowing before you rename anything.