Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active February 5, 2016 02:04
Show Gist options
  • Save NatalieMac/7cbbc2ee8a26d32ae0c2 to your computer and use it in GitHub Desktop.
Save NatalieMac/7cbbc2ee8a26d32ae0c2 to your computer and use it in GitHub Desktop.
/* Use a filter to remove the default styles */
apply_filters ( 'use_default_gallery_style', false );
/* OR */
/* Enable HTML5 Markup for Galleries: */
add_theme_support( 'html5', array( 'gallery', 'caption' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment