Title: [Plugin: Gallery to Slideshow] Remove Header
Last modified: August 20, 2016

---

# [Plugin: Gallery to Slideshow] Remove Header

 *  Resolved [hawaiiwp](https://wordpress.org/support/users/hiarlen/)
 * (@hiarlen)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-gallery-to-slideshow-remove-header/)
 * Hi, Is it possible to remove the header? I just want the photo gallery.
 * I’m thinking the edit needs to be in the gallery-to-slideshow-class.php file 
   around line 165 but I’m not that good with php.
 * Thanks.
    Arlen
 * [http://wordpress.org/extend/plugins/gallery-to-slideshow/](http://wordpress.org/extend/plugins/gallery-to-slideshow/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Matt](https://wordpress.org/support/users/sksmatt/)
 * (@sksmatt)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-gallery-to-slideshow-remove-header/#post-2439014)
 * Hi Hiarlen,
 * Version **1.3** introduced a new [filter](http://codex.wordpress.org/Plugin_API/Filter_Reference)
   called ‘mv_gallery_to_slideshow_header’. With it you can modify the output of
   the Gallery To Slideshow’s header. To remove the content completely add the following
   lines on your theme’s functions.php file.
 *     ```
       add_filter( 'mv_gallery_to_slideshow_header', 'my_custom_gallery_header' );
   
       function my_custom_gallery_header( $output ) {
           return '';
       }
       ```
   
 * Kind Regards!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Gallery to Slideshow] Remove Header’ 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: [Matt](https://wordpress.org/support/users/sksmatt/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-gallery-to-slideshow-remove-header/#post-2439014)
 * Status: resolved