Advertisement
sourc7

Sparkling [Edit-Removed] "Content-single.php"

May 7th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. </footer><!-- .entry-meta -->
  2. </div>
  3. <div class="post-inner-content secondary-content-box">
  4. <!-- author bio -->
  5. <div class="author-bio content-box-inner">
  6.  
  7. <!-- avatar -->
  8. <div class="avatar">
  9. <?php echo get_avatar(get_the_author_meta('ID') , '60'); ?>
  10. </div>
  11. <!-- end avatar -->
  12.  
  13. <!-- user bio -->
  14. <div class="author-bio-content">
  15.  
  16. <h4 class="author-name"><a href="<?php echo get_author_posts_url(get_the_author_meta( 'ID' )); ?>"><?php echo get_the_author_meta('display_name'); ?></a></h4>
  17. <p class="author-description">
  18. <?php echo get_the_author_meta('description'); ?>
  19. </p>
  20.  
  21. </div>
  22. <!-- end author bio -->
  23.  
  24. </div>
  25. <!-- end author bio -->
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement