Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #273166

    Hi there,

    I’m using advanced custom fields with the theme. This plugin what it does is to provide a nice UI and add custom fields to any kind of post. One of this fields is call repeater field, and stores the data for multiples fields on an array of sub-fields.

    http://www.advancedcustomfields.com/resources/field-types/repeater/

    What I want is to use those fields that I have from before changing the theme, to keep all the info.

    The common code to display does fiels is this

    But this doesn’t works at all. How should I do it? Thanks.

    • This topic was modified 11 years, 7 months ago by Dude.
    • This topic was modified 2 weeks, 5 days ago by Yigit.
    • This topic was modified 2 weeks, 5 days ago by Yigit.
    #273177

    Hey Pedro!

    You can’t wrap a shortcode this way. Your only chance would be to use $row[‘image’] as part of the av_slide shortcode like:

    and $row[‘image’] MUST contain a valid image/attachment id.

    Cheers!
    Peter

    #273226

    Thank you so much!! :D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Advanced Custom Fields and enfold’ is closed to new replies.