Changeset 25985 for trunk/src/wp-content/themes/twentyfourteen/archive.php
- Timestamp:
- 10/29/2013 07:05:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/archive.php
r25769 r25985 20 20 get_header(); ?> 21 21 22 <div id="main-content" class="main-content"> 22 23 <section id="primary" class="content-area"> 23 24 <div id="content" class="site-content" role="main"> … … 60 61 </div><!-- #content --> 61 62 </section><!-- #primary --> 63 <?php get_sidebar( 'content' ); ?> 64 </div><!-- #main-content --> 62 65 63 66 <?php 64 get_sidebar( 'content' );65 67 get_sidebar(); 66 68 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.