Ticket #21675: twentytwelve-templates.diff
| File twentytwelve-templates.diff, 1.5 KB (added by , 14 years ago) |
|---|
-
wp-content/themes/twentytwelve/page-templates/full-width.php
17 17 get_header(); ?> 18 18 19 19 <div id="primary" class="site-content"> 20 20 21 <div id="content" role="main"> 21 22 22 <?php while ( have_posts() ) : the_post(); ?> 23 <?php get_template_part( 'content', 'page' ); ?> 24 <?php comments_template( '', true ); ?> 25 <?php endwhile; // end of the loop. ?> 23 <?php // Start the Loop 24 while ( have_posts() ) : the_post(); 25 get_template_part( 'content', 'page' ); 26 comments_template( '', true ); 27 endwhile; // end of the loop. 28 ?> 26 29 27 30 </div><!-- #content --> 31 28 32 </div><!-- #primary --> 29 33 30 34 <?php get_footer(); ?> 35 No newline at end of file -
wp-content/themes/twentytwelve/page-templates/front-page.php
15 15 get_header(); ?> 16 16 17 17 <div id="primary" class="site-content"> 18 18 19 <div id="content" role="main"> 19 20 20 21 <?php while ( have_posts() ) : the_post(); ?> … … 29 30 <?php endwhile; // end of the loop. ?> 30 31 31 32 </div><!-- #content --> 33 32 34 </div><!-- #primary --> 33 35 34 36 <?php get_sidebar( 'front' ); ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)