Support

Account

Home Forums Add-ons Gallery Field Nesting a page with ACF Gallery Field Reply To: Nesting a page with ACF Gallery Field

  • Hi @yari

    In a similar way, you can target a specific page’s custom field data using a second parameter in either the get_field() or the_field() functions.

    You can read more in this article:
    http://www.advancedcustomfields.com/resources/how-to/how-to-get-values-from-another-page/

    That will get your data loaded, rending the data is up to you

    Good luck!