• Resolved polyfade

    (@polyfade)


    Is it possible to display fields from ACF’s Options page inside a page/post?

    Tried these implementations, but none work:

    [repeater field='profiles,acf-options']
      [field my_field]
    [/repeater]
    [repeater field='profiles,options']
      [field my_field]
    [/repeater]
    [repeater field='profiles,option']
      [field my_field]
    [/repeater]

    https://wordpress.org/plugins/custom-content-shortcode/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Currently there’s no feature to get fields from an option page. Since the option page doesn’t have a post ID (..I think..) I’ll probably need to add a new parameter to specify which option page. It might depend on where the fields are being saved. I’ll look into it and let you know.

    Plugin Author Eliot Akira

    (@miyarakira)

    OK, I added a parameter for this in the newest update:

    [repeater profiles option=true]
    Thread Starter polyfade

    (@polyfade)

    Thanks a whole lot Eliot! I haven’t tried it out yet, but assume it works like usual 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ACF repeater from Options page’ is closed to new replies.