Get ACF Field data into Homepage

Hello guys,

I’m new to here. I was try to get ACF section data into HOMEPAGE but can’t find the ID. but when I try to fetch data into about us page. it’s working. I want to get acf data into Homepage.

Hi @pratikc.multiqos ! How do you have the setup of the Homepage? Do you have it attached to a WordPress page like this? https://api.frontity.org/frontity-packages/features-packages/wp-source#state-source-homepage

You would also need to configure the frontity.settings.js

"name": "@frontity/wp-source",
      "state": {
        "source": {
          "api": "https://wp.mydomain/wp-json",
          "homepage": "/home",
          "postsPage": "/blog",
        }
      }