Hello,
I'm looking since some days for a way to manipulate the select box (and checkbox) field with the plugin.
For example, I have a multiple list field for my posts, I write a post and make 3 selections on my select box field, but I didn't find how to display this 3 selections on my template.
The docs on the developer website isn't very clear for multiple select.
Regards,
http://wordpress.org/extend/plugins/advanced-custom-fields/
iammikerodriguez
Member
Posted 1 year ago #
first, locate where exactly you want to put them on your template.
second, add the <?php the_field('your-field-name') ?> code to the that section.
afterwards your list should appear on your posts.
The documentation on the plugin website is very clear on the code you need to add to your template.
http://www.advancedcustomfields.com/docs/getting-started/