Headway Theme - Single Page Post Author Box


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function post_footer() {
  2. if (is_single()) : ?>
  3. <div id="post-footer">
  4. <span class="heading">Written by <?php the_author(); ?></span>
  5. <p><?php echo get_avatar( get_the_author_email(), '80' ); ?><?php the_author_meta('user_description'); ?></p>
  6. </div>
  7. <?php endif;
  8. }
  9. add_action('headway_after_post', 'post_footer', 1);

URL: rentageekmom.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.