Changeset 781 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php
- Timestamp:
- 08/12/2014 06:26:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php
r591 r781 23 23 <?php while ( have_posts() ) : the_post(); ?> 24 24 25 <?php 26 /* Include the Post-Format-specific template for the content. 27 * If you want to override this in a child theme, then include a file 28 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 29 */ 30 get_template_part( 'content', 'reference' ); 31 ?> 25 <?php get_template_part( 'content', 'reference-archive' ); ?> 32 26 33 27 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.