Changeset 4038 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/index.php
- Timestamp:
- 09/12/2016 07:10:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/index.php
r848 r4038 12 12 13 13 <?php get_template_part( 'navigation-above' ); ?> 14 14 15 15 <?php while ( have_posts() ) : the_post(); ?> 16 16 17 17 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 18 18 19 19 <?php get_template_part( 'content', get_post_format() ); ?> 20 20 … … 22 22 23 23 <?php endwhile; // End the loop. Whew. ?> 24 24 25 25 <?php get_template_part( 'navigation-below' ); ?> 26 26 27 27 </div><!-- #content --> 28 28 29 29 </div><!-- #container --> 30 30
Note: See TracChangeset
for help on using the changeset viewer.