Return to Snippet

Revision: 35436
at November 8, 2010 14:17 by mommygeekology


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

Initial URL
rentageekmom.com

Initial Description


Initial Title
Headway Theme - Single Page Post Author Box

Initial Tags


Initial Language
PHP