[Plugin: Advanced Custom Fields – Taxonomy Field add-on] Need Template output example pls
-
I would like to pull in the data assigned to this field. How would I do this by modifying the following example:
<?php $values = get_field('field_name'); if($values) { echo '<ul>'; foreach($values as $value) { echo '<li>' . $value . '</li>'; } echo '</ul>'; } // always good to see exactly what you are working with var_dump($values); ?>
https://www.ads-software.com/extend/plugins/advanced-custom-fields-taxonomy-field-add-on/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Advanced Custom Fields – Taxonomy Field add-on] Need Template output example pls’ is closed to new replies.