Title: [Plugin: NextGEN Gallery] Multiple Custom Fields on Nextgen Slideshow
Last modified: August 19, 2016

---

# [Plugin: NextGEN Gallery] Multiple Custom Fields on Nextgen Slideshow

 *  [savesheep](https://wordpress.org/support/users/savesheep/)
 * (@savesheep)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-multiple-custom-fields-on-nextgen-slideshow/)
 * Hello!
 * I’ve been working on this for a few days and am having no luck figuring it out.
 * I have embedded a slideshow in a page template using the following script:
 *     ```
       <div class="slideshow">
           <?php $gallery = get_post_meta($post->ID, 'gallery', true); ?>
           <?php
       $gal = $gallery;
       $gal = apply_filters('the_content', $gal );
       echo $gal;
       ?>
         </div>
       ```
   
 * I also added a custom field to the page called gallery with a value of [slideshow
   =1,324,240]
 * I want to add a second custom field to allow for the KenBurns effect but I can’t
   figure out a way to make it work. Adding ngg_ir_kenburns=1 to the gallery tag
   doesn’t help.
 * Any solutions? Thanks!

Viewing 1 replies (of 1 total)

 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-multiple-custom-fields-on-nextgen-slideshow/#post-1510071)
 * you need to add ngg_ir_kenburns as custom field, not as tag

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: NextGEN Gallery] Multiple Custom Fields on Nextgen Slideshow’
is closed to new replies.

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * Last activity: [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-multiple-custom-fields-on-nextgen-slideshow/#post-1510071)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
