Content Pages

A Page can be a parent of other pages by specifying it as the parent in the Child Page’s record. A Child Page can also act as a parent for other pages allowing you to create a hierarchy of Pages. You can create links to any page using its path and can also create a list of page links using the Featured Pages Content Block Template.

Fields Usage Input
Page Name The name used to identify the page Plain Text
Store The store the page belongs to Stores Lookup
Identifier Unique HTML ID for the page Plain Text (auto entered but can be changed if needed)
Parent Page The Parent of this page if it has one Pages Lookup
Path The path or slug for the page Plain Text (do not include / at the front)
Title H1 heading for the page Plain Text
Subtitle Medium sized subtitle for the page Plain Text
Content Body The main page content Plain Text, Markdown, HTML
Meta Title Meta Title for SEO Plain Text
Meta Keywords Meta Keywords for SEO Plain Text (comma separated)
Meta Description Meta Description for SEO Plain Text


Adding Content to Your Page

Other than Title and Subtitle (which are optional), all of the page content lives in the Content Body Field. You can put your page content directly in there, or using the short code snippet that is there by default, render each of the Content Blocks related to that page in their specified order.

This is the code you would see in your Content Body field unless you have replaced it with other content:

    {{ content_page | render_content_blocks }}


To add Content Blocks to the page:

 

 
Back to Documentation