Can I duplicate a section from one page to another with the same design and text?
Topic summary
Goal: Duplicate a section from one Shopify page to another, keeping the same design and text.
Main solution (Shopify Online Store 2.0):
- Edit code > Templates. Open the JSON template for the source page, locate the desired section block.
- Paste that section configuration into the target pageâs JSON template.
- Add the sectionâs identifier to the templateâs âorderâ array so it renders on the page. This âorderâ list controls section rendering sequence. Confirmation from another user shows this worked; remembering the âorderâ entry was crucial.
Alternatives and resources:
- Linked tutorial explaining duplication on Shopify 2.0.
- App option: Theme Weaver, which can duplicate sections without editing code (useful if you prefer not to work with Liquid/JSON). Check your plan for needed features.
Open item:
- A user asked to copy an About page banner to the Home page but remove the image slider (Bakins theme). No direct answer provided for removing the slider variant.
Status: Practical method provided and validated; additional tooling suggested. One specific customization question remains unresolved.
Hi @amit_sniper , yes you can. If you are using Shopify 2.0 theme, go to edit code > templates. Youâll see bunch of json files, find the file that youâre using for your page that contains that sections > Find that section. Paste that part into another template - the page where you want to show that exact section. And at the end of that new template file, donât forget to include section name in âorderâ part.
Hi Marina,
I want to copy my About page banner to Home page. but I donât want the images slider in it. Iâm using Bakins theme. here you can see the section ( https://paste.pics/de87140bdd4dbabfbaad1aba1672e375 ) and this is the link of the website. ( https://poufdesignsbyvalerie.com/ )
Check out this easy tutorial
Plus, these guys have great sections that you can easily add to your store.
Absolutely, you can duplicate a section from one page to another in Shopify. While you can do this manually by copying and pasting the sectionâs code via the themeâs Liquid files, this method requires a bit of technical know-how in Shopifyâs templating language.
However, for a simpler and more straightforward approach, you might want to consider using an app like Theme Weaver. Itâs designed to make tasks like these much easier, especially if youâre working within the same theme or similar themes. With Theme Weaver, you can seamlessly duplicate sections, maintaining the same design and text, without needing to dive into the code. This can be a real time-saver and keeps things consistent across your pages. Just make sure your plan supports the features you need for such transfers.
Worked perfectly Marina. Adding the section titles to the âorderâ structure would have got me if you didnât mention it. Thanks a million for your help!