[Special Summer Sale] 40% OFF All Magento 2 Themes

Cart

Is there any way to add metafields data on the homepage of shopify site?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9394
    priti-k.
    Participant

    I want to show some content on the homepage of my shopify site, the content is added in metafields created for pages. Is there any way to add metafields data on the homepage of shopify site?

    #9395
    davidthorand
    Participant

    You can access metafields of a page resource like this:

    {{ page.metafields.namespace.key }}
    

    If you are on another page (e.g. the homepage) you need to request the page object first in order to access its metafields:

    {{ pages['page-handle'].metafields.namespace.key }}
    

    Note: Make sure to replace page-handle with the handle of your page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.