Title: Exclude some galleries
Last modified: August 21, 2016

---

# Exclude some galleries

 *  Resolved [krievinshj](https://wordpress.org/support/users/krievinshj/)
 * (@krievinshj)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/exclude-some-galleries/)
 * Hello!
    Great plugin! Thing is that there are few galleries on my site I don’t
   want to apply masonry style. It automatically applies to all galleries. Is there
   any way to exclude gallery from applying masonry style? Thanks Janis
 * [https://wordpress.org/plugins/jquery-masonry-image-gallery/](https://wordpress.org/plugins/jquery-masonry-image-gallery/)

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

 *  Plugin Author [phoenixMagoo](https://wordpress.org/support/users/phoenixmagoo/)
 * (@phoenixmagoo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/exclude-some-galleries/#post-5137100)
 * Hey there! There isn’t an easy way to exclude galleries yet. I plan on having
   an exclude feature at some point in the future. However, right now you would 
   have to manually edit the plugin code.
 * Do you happen to know the page ID for the page you do not want the masonry gallery
   plugin to fire?
 *  Thread Starter [krievinshj](https://wordpress.org/support/users/krievinshj/)
 * (@krievinshj)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/exclude-some-galleries/#post-5137103)
 * Thanks for your reply.
    Yes I know ID for the page I don’t want masonry style
   to apply:ID 24 Thanks Janis
 *  Plugin Author [phoenixMagoo](https://wordpress.org/support/users/phoenixmagoo/)
 * (@phoenixmagoo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/exclude-some-galleries/#post-5137104)
 * In the plugin folder, find the functions directory, then open up three-dot-nine.
   php
 * Change lines 22 and 86 from:
 * `if( has_shortcode( $post->post_content, 'gallery') ) {`
 * to:
 * `if( !is_page(24) and has_shortcode( $post->post_content, 'gallery') ) {`
 * That should do it! Let me know how it goes.
 *  Thread Starter [krievinshj](https://wordpress.org/support/users/krievinshj/)
 * (@krievinshj)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/exclude-some-galleries/#post-5137105)
 * Thanks a lot.
    Solved

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

The topic ‘Exclude some galleries’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-masonry-image-gallery_aa9c85.
   svg)
 * [jQuery Masonry Image Gallery](https://wordpress.org/plugins/jquery-masonry-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-masonry-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-masonry-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-masonry-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-masonry-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-masonry-image-gallery/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [krievinshj](https://wordpress.org/support/users/krievinshj/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/exclude-some-galleries/#post-5137105)
 * Status: resolved