How do I create seperate pages - dawn theme

Hi Everyone,
I have created some pages for my current website.
However, when i added in a section for one of the pages, it was applied to the other pages. How do I seperate this to its own page so it doesnt show on the others?

Page and sections I want to seperate

Appears on this page

And this one + 1 other page

WEBSITE LINK - https://mojoactivewholesale.com/

Hi @JaydenMojo

When you add a section to one page in Shopify, it might get applied to other pages if they share the same template. To separate the section so that it only appears on a specific page, you need to create a unique template for that page. Here’s how you can do it:

1. Create a New Template:- Go to your Shopify admin and navigate to Online Store > Themes.

  • Find your current theme and click on “Actions” > “Edit code.”
  • In the Templates folder, look for the template that corresponds to the type of page you’re working with (e.g., page.liquid for a regular page).
  • Click on “Add a new template.” Choose the type as “page” and give it a unique name (e.g., page-custom).
  • This will create a new template file, such as page.custom.liquid.

2. Assign the New Template to Your Page:- Go back to your Shopify admin and navigate to Online Store > Pages.

  • Open the page where you want the unique section to appear.
  • In the Template section on the right, select the new template you created from the dropdown menu (e.g., page.custom).
  • Save the page.

3. Customize the New Template:- Go back to Online Store > Themes and click “Customize” on your theme.

  • Use the theme editor to navigate to the page with the new template.
  • Add and customize the sections you want to appear only on this page.

4. Save:- Save your changes. Now, the section will only appear on the page that uses the new template, leaving the other pages unaffected.

This approach allows you to have different content or layouts for specific pages without affecting others.

Hi - thank you for the above steps. I have edited code and ‘added a new template’ to the version page.custom.liquid.

When I add new template in the Theme for page I want, I try and write copy for the page, click ‘save’ and publish but on prod of store, the copy does not show.

I need template for unique pages as I do want separate designs on different pages.