Viewing 2 replies - 1 through 2 (of 2 total)
  • I am looking for a way to do this as well.

    The easiest way is to change the following line in lightbox-gallery.php.

    add_shortcode( 'gallery', 'lightbox_gallery' );
    to
    add_shortcode( 'lightbox_gallery' );

    This will cause the plugin to only trigger on [lightbox_gallery] and the normal gallery when using [gallery].

    Help this helps,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excluding galleries manually?’ is closed to new replies.