Make WordPress Core


Ignore:
Timestamp:
04/25/2013 07:42:59 AM (13 years ago)
Author:
markjaquith
Message:

the_post_format_gallery() (and Twenty Thirteen using it).

fixes #24126. props obenland, wonderboymusic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-gallery.php

    r24033 r24093  
    2525            <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>
    2626        <?php else : ?>
    27             <?php the_content(); ?>
     27            <?php the_post_format_gallery(); ?>
    2828        <?php endif; // is_single() ?>
    2929    </div><!-- .entry-content -->
Note: See TracChangeset for help on using the changeset viewer.