Skip to product information
1 of 1
Published:2023.11.01

Example of how to implement a search within the "FAQ" section by making specific pages searchable in the Shopify theme "Dawn"

Example of how to implement a search within the "FAQ" section by making specific pages searchable in the Shopify theme "Dawn"

Applications

  • Store search management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

In Shopify, FAQ pages are usually created as a single page, but this is an example of how to make the content within the page searchable by using a section that allows you to embed pages within a page.


Example of how to implement a search within the "FAQ" section by making specific pages searchable in the Shopify theme "Dawn"


[Setup Step 1] Add each item you want to post as a "page" and set the "FAQ" template as a page section in the theme editor.


[Settings Step 2] Add a customized liquid section to the "FAQ" template created in Setting Step 1 and set up a "search form"


[Settings Step 3] Modify various parts of main-search.liquid (Adding detailed processing to various parts to use the normal search function)


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add a customized liquid section to the "FAQ" template and include a "search form"

Related Post