• Hello,

    When you add a gallery, it automatically writes in the text field the message [gallery].

    I would like to either replace [gallery] by [slide] or add a new button next to “insert gallery” that would be “insert slide”.

    I’ve found the file wp-admin/includes/media.php the following code that inserts the button :
    <input type=”button” class=”button” style=”display:none;” onMouseDown=”wpgallery.update();” name=”insert-gallery” id=”insert-gallery” value=”<?php esc_attr_e( ‘Insert gallery’ ); ?>” />

    I can add a button there, but no way to write [slide] after pressing the button.

    Any help would be great!

Viewing 1 replies (of 1 total)
  • I’m looking for the same. I also wanted to hide a few fields from the gallery table, but quoting out a tr makes the insert button unresponsive all together.

Viewing 1 replies (of 1 total)

The topic ‘Replace [gallery] by [slide]’ is closed to new replies.