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.
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
Thank you so much!! :D
