Title: Gallery button missing
Last modified: August 30, 2016

---

# Gallery button missing

 *  Resolved [Michael](https://wordpress.org/support/users/cootem/)
 * (@cootem)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-button-missing/)
 * The post format “gallery” is missing. I see only standard, image and video. Any
   ideas?
 * [https://wordpress.org/plugins/contributer/](https://wordpress.org/plugins/contributer/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [mersed.kahrimanovic](https://wordpress.org/support/users/mersedkahrimanovic/)
 * (@mersedkahrimanovic)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-button-missing/#post-6379081)
 * Hi cootem,
 * Does your theme support gallery format? Gallery selection will be available on
   contributer side only if your theme support gallery post format.
 * Please check are you able to create post with gallery format using dashboard (
   if not, you will not be able to do that with contributor as well).
 *  Thread Starter [Michael](https://wordpress.org/support/users/cootem/)
 * (@cootem)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-button-missing/#post-6379125)
 * That was it. I am using the Unite theme. They listed it as supporting gallery
   format, but it was missing in the functions.php. The following change fixed it.
 *     ```
       // Enable support for Post Formats.
       	add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', 'gallery' ) );
       ```
   
 *  Plugin Author [DigitalMind.ch](https://wordpress.org/support/users/digitalmindch/)
 * (@digitalmindch)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-button-missing/#post-6379162)
 * Thanks cootem for the update and the fix! I’ve marked the thread as resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Gallery button missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contributer_ffffff.svg)
 * [Contributer - Guest Posting](https://wordpress.org/plugins/contributer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contributer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contributer/)
 * [Active Topics](https://wordpress.org/support/plugin/contributer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contributer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contributer/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [DigitalMind.ch](https://wordpress.org/support/users/digitalmindch/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-button-missing/#post-6379162)
 * Status: resolved