<?php
    $gallery_shortcode = '
';
    print apply_filters( 'the_content', $gallery_shortcode );
 ?>