How to add new page on store and edit liquid code

Topic summary

A developer is working on a Shopify theme and wants to add a completely new page with custom routing and editable Liquid code, beyond what’s available through the standard “Online Store > Pages” admin interface.

Solution provided:

  • Create a new page template in the theme files
  • When creating the page in the Shopify admin, select the custom template from the available options

Visual guidance:
The response includes screenshots demonstrating where to select custom templates in the page creation interface.

Status: The question appears answered with a standard Shopify templating approach, though the original poster’s concern about editing Liquid code for admin-created pages wasn’t fully addressed.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

I am developing a Shopify theme, and I would like to add a completely new page.

I understand we can add new pages from “Online Store > Pages” on the admin console, but I believe we cannot edit the liquid code for such pages.

Is it possible to add a new page, provide a routing, and also edit its code?

1 Like

Hi @mimi33

You need to create a new page template and select the custom template when creating the page.