Skip to main content
The Crafter Custom Pages module allows you to build informative static pages such as Server Rules, About Us, Terms of Service, or Lore Guides. Navigate to Dashboard > Content > Pages to manage existing pages or build new ones.
Pages Overview

Pages Management Overview


Creating a Custom Page

1

Open Page Creator

Click + New Page in the top right corner of the Pages screen.
2

Configure Title & URL Path

  • Page Title: Display name (e.g., Server Rules, Staff Team).
  • Slug: URL path (e.g., yourdomain.com/rules).
  • Published: Visibility toggle.
3

Theme Template Suffix (Optional)

Assign a custom layout template suffix to override the standard page container.
4

Enter HTML / Body Content

Insert custom HTML, CSS styling, or markdown into the editor.
5

Set SEO & Save

Configure Meta Title and Meta Description, then click Create.
Page Creator

Page Creation & Template Assignment Panel


Understanding Theme Template Suffixes

By default, pages render using your active theme’s templates/page.liquid template. To render a custom bespoke design for specific pages, use Theme Template Suffixes:
  • If left empty, Crafter compiles templates/page.liquid.
  • If you enter contact, the system compiles templates/page.contact.liquid.
  • If you enter rules, the system compiles templates/page.rules.liquid.