İnceledim, galeri olarak kullanıyor.

örnek;

 <?php
    $gallery_shortcode = '[gallery id="' . intval( $post->post_parent ) . '"]';
    print apply_filters( 'the_content', $gallery_shortcode );
 ?>
Buradan indirebilirsiniz.

Geliştirmek ve uyarlamak size kalmış.