Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this

    In your theme functions.php find this:

    add_filter('post_gallery', 'my_post_gallery', 10, 2);

    comment that out and replace and add this to it:

    <strong>if( !is_admin() )</strong> add_filter('post_gallery', 'my_post_gallery', 10, 2);

    Did this work for you?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack Gallery Compatibility’ is closed to new replies.