Tailor Starter Documentation
Get ThemeOctober CMS DocsGitHub
  • Getting Started
  • Pages
    • Blocks
      • Hero Section
      • Section
        • Advanced Tab
        • Content Column
        • Buttons Column
        • Image Column
        • Posts Column
        • Events Column
        • Products Column
        • FAQs Column
        • Form Column
        • Search Column
      • Posts Section
      • Events Section
      • Products Section
      • Form Section
      • FAQs Section
      • Search Section
      • Creating Blocks
      • Editing Blocks
  • Menus
    • Main Menu
    • Secondary Menu
    • Social Menu
  • Blog
    • Posts
    • Authors
    • Categories
  • Events
  • Shop
    • Products
    • Product Categories
    • Product Properties
    • Orders
    • Cart
  • FAQs
  • Forms
    • Submissions
  • Search
  • Icons
  • Settings
  • Editing Blueprint Files
  • Seed Data
Powered by GitBook
On this page
  • Introduction
  • Simple Pages
  • Dynamic (Builder) Pages
  • Search Pages
  • Template Files
  • Pages
  • Partials
  • Blueprints
Edit on GitHub

Pages

PreviousGetting StartedNextBlocks

Last updated 2 years ago

Introduction

Pages are Tailor Blueprint entries designed to display the content throughout the theme. The idea behind the pages is that anyone can create anything based anything. There are three types of pages defined in the blueprint, listed below:

Simple Pages

Simple pages are just that. They support the following content:

  • An adaptive content field

  • An Image field used to display behind the title

  • SEO & OG Tag information provided by the file

  • Header, Body, and Footer code areas provided by the file

These pages are designed to dump data quickly, such as Terms & Conditions or Privacy Policy Information

Dynamic (Builder) Pages

These pages are more powerful. You can build pages exactly how you want. They support a lot of features but most of them are covered in the Block Types area of the documentation. To summarize, These pages have the following content and abilities:

  • A "builder block" style area supported by with the following blocks:

    • (Section with Background Image, content, and buttons from the file)

    • Block With configurable columns matching the top level of selectable blocks

    • which are filterable

    • which are filterable

    • which are filterable

    • which displays a chosen form

  • SEO & OG Tag information provided by the file

  • Header, Body, and Footer code areas provided by the file.

Search Pages

  • An Image field used to display behind the title

These page types can keep data structure as well, so they can have any child (or be a child)

Template Files

The files below are used to display content throughout the site. Below is an explanation of what each file does and how things are rendered.

Pages

page.htm

index.htm

Partials

builder/items.htm

search/*

Blueprints

builder/sections/*

builder/columns/*

builder/globals/*

  • Buttons

  • Shop Alerts

Search Pages return search content from a block or from the Global Search. They support the following content:

SEO & OG Tag information provided by the file

Header, Body, and Footer code areas provided by the file

This file is used to display page content form the blueprint. It includes sections for the and .

it uses the partial for rendering the builder content.

This file is used to display the homepage from the settings. It's almost a carbon copy of the site except there's some logic to get the current homepage from the blueprint.

renders the top level Section blocks in the Dynamic Page builder. It contains partial links to the following blocks:

include the search results from a query. They return all front facing post types. They are used by the block.

are used to render the top level Section blocks in the Dynamic Page Builder

are used in the Block to render partial content. They are very similar to the Section blocks but include a few more partials to render column block content:

are used throughout the and Column blocks to render the following content:

Used in Block

Used in Block

Used in all Products Blocks (and ). Used to display Shop alert content when the shop content isn't set.

page.yaml
seo_fields.yaml
code_fields.yaml
October CMS's repeater field widget
Hero
buttons.yaml
Section
Posts
Events
Products
Forms
seo_fields.yaml
code_fields.yaml
Search Section
seo_fields.yaml
code_fields.yaml
settings.yaml
This file
Hero Section
Section
Posts Section
Events Section
Form Section
These files
Search Section
These files
These files
Section
Buttons Column
Content Column
Images Column
These files
Section
Buttons Column
Hero Section
Section
Column
page.yaml
Simple
Dynamic Pages
builder/items.htm
Section Blocks