Changeset 2377 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page.php
- Timestamp:
- 01/26/2016 11:48:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page.php
r1474 r2377 5 5 <?php get_sidebar( 'left' ); ?> 6 6 <div class="col-7"> 7 7 8 8 <?php if ( have_posts() ) : ?> 9 9 <?php while ( have_posts() ) : the_post(); ?> 10 10 11 11 <?php breadcrumb(); ?> 12 12 <div class="storycontent"> 13 13 <?php the_content(); ?> 14 14 </div> 15 15 16 16 <?php endwhile; // have_posts ?> 17 17 <?php endif; // have_posts ?>
Note: See TracChangeset
for help on using the changeset viewer.