Page metafields

AI Overview

Page metafields allow you to customize the content displayed on your pages by inserting specific code into your page. liquid file. This feature enables you to enhance your store's pages with additional information tailored to your needs. To set up page metafields, log into your Admin panel, navigate to Online Store, and select Themes.

Find the "page. liquid" file in the Sections list, click on it, and insert the code {% include 'all-in-one-metafields', metafields: 'page' %} at your desired position. Be sure to save your changes after inserting the code.

Following are the steps to setup Page metafields

  • Show Page metafield in your Pages needs to insert below code in the page.liquid file.
  • Page file path: Login into Admin panel-> left side menu select Online store -> select Themes.
  • Now left sidebar load with file list. Check at Sections bottom of the list “page.liquid” file, click on it.
  • Insert below code where you want to show metafield at this position in the file and save it.

{% include 'all-in-one-metafields', metafields: 'page' %}


For a quick view of all the above step check the below image


page