Changeset 49330 for trunk/src/wp-content/themes/twentytwentyone/archive.php
- Timestamp:
- 10/27/2020 05:05:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/archive.php
r49216 r49330 11 11 12 12 get_header(); 13 14 $description = get_the_archive_description(); 13 15 ?> 14 16 … … 17 19 <header class="page-header alignwide"> 18 20 <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); ?> 21 <?php if ( $description ) : ?> 22 <div class="archive-description"><?php echo wp_kses_post( wpautop( $description ) ); ?></div> 23 <?php endif; ?> 19 24 </header><!-- .page-header --> 20 25
Note: See TracChangeset
for help on using the changeset viewer.