Title: [Plugin: Gallery to Slideshow] Adding Prev/Next Arrows/Button
Last modified: August 20, 2016

---

# [Plugin: Gallery to Slideshow] Adding Prev/Next Arrows/Button

 *  [jonny41891](https://wordpress.org/support/users/jonny41891/)
 * (@jonny41891)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-to-slideshow-adding-prevnext-arrowsbutton/)
 * Hey Matt,
 * First off, thank you & I absolutely LOVE this plugin.
    Quick little question,
   is there a way to add prev/next arrows or buttons?
 * [http://wordpress.org/extend/plugins/gallery-to-slideshow/](http://wordpress.org/extend/plugins/gallery-to-slideshow/)

Viewing 1 replies (of 1 total)

 *  [CarolineElisa](https://wordpress.org/support/users/carolineelisa/)
 * (@carolineelisa)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-to-slideshow-adding-prevnext-arrowsbutton/#post-2997608)
 * Hi Jonny,
 * I just had to do this, so maybe I can help…
 * Putting the following in my functions.php file worked for me (although you may
   need to use CSS to replace Previous/Next with your arrows:
 *     ```
       function my_gallery_to_slideshow_settings( $params ){
       		$params['directionNav'] = true;
       		return $params;
       	}
       add_filter( 'mv_gallery_to_slideshow_js_params', 'my_gallery_to_slideshow_settings' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Gallery to Slideshow] Adding Prev/Next Arrows/Button’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gallery-to-slideshow_484848.svg)
 * [Gallery to Slideshow](https://wordpress.org/plugins/gallery-to-slideshow/)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-to-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-to-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-to-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-to-slideshow/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [CarolineElisa](https://wordpress.org/support/users/carolineelisa/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-to-slideshow-adding-prevnext-arrowsbutton/#post-2997608)
 * Status: not resolved