I built a template page and gave it a name. However, I would like to change this name again and do not know where? Of course I could create the page again, but then I would like to delete the page template with the wrong name. Unfortunately I can’t find this function either.
Can someone help me? thanks
2 Likes
You can do this by following these steps;
1: Open your theme page (Online Store > Theme)
2: On your published theme click “Actions” then “Edit Code”
Once inside Shopifys code editor you should already have the “Templates” folder opened, if not close the rest and open Templates.
Once there you should see a bunch of templates from there you simply rename the one you made. So for example if its a page template called about it should be either
page.about.json or page.about.liquid
To rename you just click on the pencil icon next to the filename and rename it there. Make sure you keep the template type so if its called “product.main.liquid” you only rename the “main” part
12 Likes