- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/archive.php
r43808 r43842 7 7 * @package WordPress 8 8 * @subpackage Twenty_Nineteen 9 * @since 1.0.0 9 10 */ 10 11 … … 12 13 ?> 13 14 14 < divid="primary" class="content-area">15 <section id="primary" class="content-area"> 15 16 <main id="main" class="site-main"> 16 17 … … 20 21 <?php 21 22 the_archive_title( '<h1 class="page-title">', '</h1>' ); 22 the_archive_description( '<div class="page-description">', '</div>' ); 23 // Remove for now @TODO 24 // the_archive_description( '<div class="page-description">', '</div>' ); 23 25 ?> 24 26 </header><!-- .page-header --> … … 34 36 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 35 37 */ 36 get_template_part( 'template-parts/content/content' );38 get_template_part( 'template-parts/content/content', 'excerpt' ); 37 39 38 40 // End the loop. … … 50 52 51 53 </main><!-- .site-main --> 52 </ div><!-- .content-area -->54 </section><!-- .content-area --> 53 55 54 56 <?php
Note: See TracChangeset
for help on using the changeset viewer.