/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function post_footer() { if (is_single()) : ?> <div id="post-footer"> <span class="heading">Written by <?php the_author(); ?></span> <p><?php echo get_avatar( get_the_author_email(), '80' ); ?><?php the_author_meta('user_description'); ?></p> </div> <?php endif; } add_action('headway_after_post', 'post_footer', 1);
URL: rentageekmom.com