• Hi,
    thank you for the great plugin!
    I use this plugin in my site,but cant show nextgen in my site.
    I have two acf fields,one field is Relationship include the other one,the other one has your plugin nextgen field,i use code

    <?php
        foreach ( get_field ( 'nextgen_gallery_id' ) as $nextgen_gallery_id ) :
            if ( $nextgen_gallery_id['ngg_form'] == 'album' ) {
                echo nggShowAlbum( $nextgen_gallery_id['ngg_id'] ); //NextGEN Gallery album
            } elseif ( $nextgen_gallery_id['ngg_form'] == 'gallery' ) {
                 echo nggShowGallery( $nextgen_gallery_id['ngg_id'] ); //NextGEN Gallery gallery
            }
        endforeach;
    ?>

    in

    <?php $posts = get_field('hotel_ballroom'); if( $posts ): ?>
    ................
    <?php endif; ?>

    i just see other fields cant show nextgen gallery
    plz help me
    sorry for my bad english

    http://wordpress.org/extend/plugins/advanced-custom-fields-nextgen-gallery-field-add-on/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use this for my templates’ is closed to new replies.