Title: Multiple custom fields
Last modified: August 20, 2016

---

# Multiple custom fields

 *  Resolved [ckale77](https://wordpress.org/support/users/ckale77/)
 * (@ckale77)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/multiple-custom-fields-6/)
 * I have multiple custom fields I need to show up on each image. I can get one 
   to show up, but how do i make all 4?
 * [http://wordpress.org/extend/plugins/nextgen-gallery-custom-fields/](http://wordpress.org/extend/plugins/nextgen-gallery-custom-fields/)

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

 *  Plugin Author [shauno](https://wordpress.org/support/users/shauno/)
 * (@shauno)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/multiple-custom-fields-6/#post-3218673)
 * Hey ckale77
    Just add the tag to display the custom field again, with the other
   field’s names. eg:
 *     ```
       Some Test Field: <?php echo $image->ngg_custom_fields["Some Test Field"]; ?>
       Another Field: <?php echo $image->ngg_custom_fields["Another Field"]; ?>
       Foo Bar: <?php echo $image->ngg_custom_fields["Foo Bar"]; ?>
       ```
   
 *  Thread Starter [ckale77](https://wordpress.org/support/users/ckale77/)
 * (@ckale77)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/multiple-custom-fields-6/#post-3218688)
 * Thank You!

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

The topic ‘Multiple custom fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nextgen-gallery-custom-fields.svg)
 * [NextGEN Custom Fields](https://wordpress.org/plugins/nextgen-gallery-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery-custom-fields/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ckale77](https://wordpress.org/support/users/ckale77/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/multiple-custom-fields-6/#post-3218688)
 * Status: resolved