Skip to content

Instantly share code, notes, and snippets.

@jubalm
Created May 12, 2012 04:40
Show Gist options
  • Save jubalm/2664163 to your computer and use it in GitHub Desktop.
Save jubalm/2664163 to your computer and use it in GitHub Desktop.
wordpress - remove default gallery styles
<?php
// remove default gallery styles
add_filter('gallery_style', create_function('$a', 'return "<div class=\'gallery\'>";'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment