Changeset 42343 for trunk/src/wp-content/themes/twentyeleven/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/twentyeleven/author.php
r31265 r42343 43 43 <?php 44 44 // If a user has filled out their description, show a bio on their entries. 45 if ( get_the_author_meta( 'description' ) ) : ?> 45 if ( get_the_author_meta( 'description' ) ) : 46 ?> 46 47 <div id="author-info"> 47 48 <div id="author-avatar"> … … 65 66 66 67 <?php /* Start the Loop */ ?> 67 <?php while ( have_posts() ) : the_post(); ?> 68 <?php 69 while ( have_posts() ) : 70 the_post(); 71 ?> 68 72 69 73 <?php
Note: See TracChangeset
for help on using the changeset viewer.