Overview
Pages are the foundation of your ticket shop’s content. Each page has its own URL, header layout, and content — assembled from reusable blocks that display events, articles, or custom template content.
Every company starts with a default Home page at /. You can create additional pages for promotions, seasonal programmes, venue guides, or any other purpose, then link them from your menus to build out your site’s navigation.
Pages are managed from the Pages section under CMS in admin.
Creating a Page
- Navigate to CMS > Pages
- Click Create new page
- Enter a Name — the admin-facing label for this page
- Set the URL — the page’s public address (e.g.
/summer-events)
- Optionally add a Subheading and Body to display introductory content at the top of the page
- Choose a Header style to control how the top of the page appears
- Click Save
Once created, you can start adding blocks to populate the page with content.
The header style controls how the top of the page is presented to visitors. Choose the style that best suits the page’s purpose and imagery.
| Style | Description |
|---|
| Hidden header | No header area — the page starts directly with content blocks |
| Simple | Text-only header showing the page name and subheading |
| With header image | Page name and subheading displayed alongside a sidebar image |
| With full width header image | Page name and subheading overlaid on a full-width banner image |
| With header image (hidden heading) | Sidebar image only — the page name and subheading are hidden |
| With full width header image (hidden heading) | Full-width banner image only — the page name and subheading are hidden |
For styles that include an image, upload a Header image in the page’s image settings. If you choose a full-width style, the image spans the entire width of the page.
Composing Pages with Blocks
Pages are built by adding blocks — modular content units that each display a different type of content. The three block types are:
- Event blocks — display collections of events in layouts like grids, lists, sliders, maps, or calendars
- Article blocks — display articles in list, grid, or slider layouts
- Template blocks — display custom-designed content using a JSON schema
Each block is configured independently with its own layout, content source, and styling. A single block can be shared across multiple pages. On any given page, blocks are displayed in the order you arrange them.
To add a block to a page:
- Open the page from CMS > Pages
- Click Add block and choose the block type
- Follow the setup wizard to configure the block’s layout, content source, and details
- The block appears on the page — drag to reorder if needed
For full details on configuring each block type, see Blocks.
Removing a block from a page does not delete the block itself — it only removes the association. The block remains available to add to other pages.
Page Settings
Each page supports metadata for search engines and social sharing:
| Field | Purpose |
|---|
| Meta title | The title shown in search engine results and browser tabs (recommended: under 60 characters) |
| Meta description | The summary shown in search engine results (recommended: under 160 characters) |
| Meta image | The image displayed when the page is shared on social media |
If no meta title is set, the page name is used. If no meta description is set, the page body content is used as a fallback.
Authentication
Pages can be restricted so only logged-in customers can view them:
| Setting | Behaviour |
|---|
| Any auth state (default) | Anyone can view the page, whether logged in or not |
| Authenticated only | Only customers who are logged in can access the page — others are prompted to sign in |
This is useful for members-only content, exclusive pre-sale pages, or any page intended for registered customers.
Event Search
Toggle Show event search to display a search bar on the page, allowing visitors to search for events directly from the page.
Visibility Groups
Pages can be scoped to specific visibility groups, controlling which admin users can manage them. This does not affect customer-facing visibility — it controls who in your team can edit the page.
Previewing Pages
You can preview how a page will appear to visitors without making it publicly accessible. From the page list, use the Preview action to generate a signed preview URL that opens the page as customers would see it.
Importing and Exporting Pages
Pages and their template blocks can be exported and imported, making it easy to replicate page structures across companies or environments.
Exporting
- Navigate to CMS > Pages
- Click Export pages
- Choose to export all pages or selected pages
- Download the export file
The export includes each page’s content (name, subheading, body, URL, header style, images, metadata) and any template blocks. Event blocks and article blocks are not included in exports because they reference company-specific content.
Importing
- Navigate to CMS > Pages
- Click Import pages
- Upload the export file
- Review the pages to be imported and confirm
If an import file contains a single block rather than full pages, you will be prompted to import it on a specific page instead.
Related Pages