Change default settings
-
Hello,
how can I change the default settings of the gallery?
I’ve already tried it in wc-gallery/includes/functions.php but it doesn’t work:
extract(shortcode_atts(array( 'order' => 'ASC', 'orderby' => 'menu_order ID', 'id' => $post ? $post->ID : 0, 'captions' => 'hide', 'captiontype' => 'p', 'columns' => 4, 'gutterwidth' => '5', 'link' => 'post', 'size' => 'thumbnail', 'targetsize' => 'large', 'display' => 'masonry', 'customlink' => 'false', 'bottomspace' => 'default', 'hidecontrols' => 'false', 'newtab' => 'false', 'class' => '', 'include' => '', 'exclude' => '' ), $attr, 'gallery'));
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change default settings’ is closed to new replies.