Create two different FAQ templates - how?

Hello everyone,

I was wondering how do I create two different FAQ templates. Well I already have one in my IMPULSE THEME on shopify. But whenever I create a new pag including my FAQ template it shows those questions. Therefore, I need a duplicate but with different questions.

What code do I need implement? This is what my template page.faq.liquid has in it:

{% section 'page-faq-template' %}

If a create a new template lets say page.faq2.liquid and implement this (above) i will get just a duplicate with the same questions and answers.

Thank you!

Hello @StoffeFactory ,

  1. Create new template under templates page.faq2.liquid
  2. Create new section under sections ‘copy-faq-template.liquid’ ( or name it as you want )
    Here paste the code of section ‘page-faq-template.liquid’
  3. Edit 'page.faq2.liquid ’ under templets the file you crate in step first.
    Now here paste this code
{% section 'copy-faq-template' %}

Note: Don’t forget to assign the new template to faq2 page.

Thanks

1 Like

These articles will be helpful for you.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates

https://help.outofthesandbox.com/hc/en-us/articles/115013528908-Create-Additional-Unique-Pages-Using-the-Page-details-Template

https://www.templatemonster.com/help/shopify-how-to-create-a-page-template.html

1 Like

OMG! That is exactly what I needed! Thank you so so so much! Worked like a charm :slightly_smiling_face: