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