Title: [Plugin: WordPress NextGen GalleryView] Php call galleryview
Last modified: August 20, 2016

---

# [Plugin: WordPress NextGen GalleryView] Php call galleryview

 *  [whoopicg](https://wordpress.org/support/users/whoopicg/)
 * (@whoopicg)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-nextgen-galleryview-php-call-galleryview/)
 * Hi!
    Can anyone help me calling galleryview through PHP?
 * I’ve tried this:
 * <?php echo do_shortcode(“[nggallery id=2 template=galleryview images=0]”); ?>
 * but it didn’t work.
 * THanks in advance.
 * [http://wordpress.org/extend/plugins/wordpress-nextgen-galleryview/](http://wordpress.org/extend/plugins/wordpress-nextgen-galleryview/)

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

 *  Thread Starter [whoopicg](https://wordpress.org/support/users/whoopicg/)
 * (@whoopicg)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-nextgen-galleryview-php-call-galleryview/#post-2483085)
 * ups sorry, forgot to put the code between backsticks
 * `<?php echo do_shortcode("[nggallery id=2 template=galleryview images=0]"); ?
   >`
 *  [sammond7](https://wordpress.org/support/users/sammond7/)
 * (@sammond7)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-nextgen-galleryview-php-call-galleryview/#post-2483239)
 * Hi whoopicg,
 * In the options generator there is code available to copy and paste to any php
   page. Example:
 *     ```
       <?php
         echo  do_shortcode("[galleryview id=yyy showPanels=true showCaptions=false showFilmstrip=true panelWidth=400 panelHeight=300 panelScale=crop transitionSpeed=0 transitionInterval=0 fadePanels=true frameWidth=60 frameHeight=40 filmstripPosition=left pointerSize=8 frameScale=crop frameGap=5 frameOpacity=0.3 easingValue=easeOutQuad navTheme=light startFrame=1 pauseOnHover=false]");
       ?>
       ```
   
 * However, I am find this also doesn’t display correctly. Has anyone worked out
   how to make this function properly?

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

The topic ‘[Plugin: WordPress NextGen GalleryView] Php call galleryview’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-nextgen-galleryview.svg)
 * [WordPress NextGen GalleryView](https://wordpress.org/plugins/wordpress-nextgen-galleryview/)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-nextgen-galleryview/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-nextgen-galleryview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-nextgen-galleryview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-nextgen-galleryview/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sammond7](https://wordpress.org/support/users/sammond7/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-nextgen-galleryview-php-call-galleryview/#post-2483239)
 * Status: not resolved