Your Ad Here

Posted By

mommygeekology on 11/08/10


Tagged

headwaytheme


Versions (?)

Headway Theme - Single Page Post Author Box


 / Published in: PHP
 

URL: rentageekmom.com

  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);

Report this snippet  

You need to login to post a comment.