Hello I am trying to add sections to the new page that I have added just like the home page. The sidebar says Custom page content, but I can’t add any custom content. Is there any way I can do this just like the home page? I am using the Narrative theme. Thank you!
1 Like
Hi @DC7777 ,
It is possible, but you need to add custom feature according to it
How can I add sections like the home page? It doesn’t give me an option to do so. Cheers!
Yes, the same options for sections I have for the home page.
Right, I’ll attempt to break it up in to simple steps here below…
- Navigate to your theme editor
- Find ‘Templates’ and click ‘add new template’. Select pages from the drop down list. Leave all code untouched (Remember to save it as .liquid ).
- Look in the ‘Sections’ and find what you’d like to add.
For instance if I want to add ‘hero’ section, I’d go back to my newly created Template from step 2…
Insert the hero section by placing this line of code {% section ‘hero’ %} right below {{ page.content }} - Close theme editor, head over to ‘Pages’ and add new page.
- In the bottom right conner, under ‘theme template’, select your newly created template.
- Add content, save and go to your customizer.
- Edit your page via customizer. Select ‘pages’, then select your template.
Hope that helps
I am looking for the same answer. This seems so strange that they would create those sections for only the home page and not other pages
1 Like