- Timestamp:
- 11/19/2014 08:27:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/author-bio.php
r30233 r30394 1 1 <?php 2 2 /** 3 * The template for displaying Author bios .3 * The template for displaying Author bios 4 4 * 5 5 * @package WordPress … … 21 21 */ 22 22 $author_bio_avatar_size = apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 ); 23 23 24 echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); 24 25 ?> 25 26 </div><!-- .author-avatar --> 27 26 28 <div class="author-description"> 27 29 <h3 class="author-title"><?php echo get_the_author(); ?></h3> 30 28 31 <p class="author-bio"> 29 32 <?php the_author_meta( 'description' ); ?> … … 32 35 </a> 33 36 </p><!-- .author-bio --> 37 34 38 </div><!-- .author-description --> 35 39 </div><!-- .author-info -->
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)