Title: Conditional Gallery?
Last modified: August 19, 2016

---

# Conditional Gallery?

 *  Resolved [mikejandreau](https://wordpress.org/support/users/mikejandreau/)
 * (@mikejandreau)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/conditional-gallery/)
 * Right now, I’m inserting a gallery into a post directly via the template file.
   However, some posts don’t have galleries.
 * Here’s what I’ve got now:
 *     ```
       <h2>Gallery</h2>
               <?php echo do_shortcode('[gallery option1="value1"]'); ?>
       ```
   
 * Is there any way that I can make the `<h2>Gallery</h2>` _not_ show if there’s
   no gallery?
 * I searched the codex, but there doesn’t appear to be any if_gallery functionality.
   Any thoughts?

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

 *  [Safirul Alredha](https://wordpress.org/support/users/zeo/)
 * (@zeo)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/conditional-gallery/#post-1477434)
 * Wondering whether `if ( gallery_shortcode() )` works.
 *  Thread Starter [mikejandreau](https://wordpress.org/support/users/mikejandreau/)
 * (@mikejandreau)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/conditional-gallery/#post-1477666)
 * Perfect! That worked. I just didn’t know what I needed to look for in the codex.
   Thanks Zeo!

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

The topic ‘Conditional Gallery?’ is closed to new replies.

## Tags

 * [conditional](https://wordpress.org/support/topic-tag/conditional/)
 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [images](https://wordpress.org/support/topic-tag/images/)
 * [media library](https://wordpress.org/support/topic-tag/media-library/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 2 replies
 * 2 participants
 * Last reply from: [mikejandreau](https://wordpress.org/support/users/mikejandreau/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/conditional-gallery/#post-1477666)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
