Changeset 42343 for trunk/src/wp-content/themes/twentytwelve/author.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/author.php
r32116 r42343 45 45 <?php 46 46 // If a user has filled out their description, show a bio on their entries. 47 if ( get_the_author_meta( 'description' ) ) : ?> 47 if ( get_the_author_meta( 'description' ) ) : 48 ?> 48 49 <div class="author-info"> 49 50 <div class="author-avatar"> … … 68 69 69 70 <?php /* Start the Loop */ ?> 70 <?php while ( have_posts() ) : the_post(); ?> 71 <?php 72 while ( have_posts() ) : 73 the_post(); 74 ?> 71 75 <?php get_template_part( 'content', get_post_format() ); ?> 72 76 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.