/ Published in: PHP
Add this to your functions file
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Remove default inline gallery styling add_filter( 'gallery_style', 'my_gallery_style', 99 ); function my_gallery_style() { return "<div class='gallery'>"; }