Align author avatar with author info? Formatting problems.
-
Hello! My site is 1337life.com and I am trying to get an author avatar to appear next to the post info but am having trouble with the styling and alignment. Ideally, I’d like the author’s avatar to populate exactly where that little “user” icon is to the left of the “posted by <author>” info. I’d like to scrap that little “user” icon completely in favor of the avatar. I use the “Avatars” plugin, so I’m not sure if that affects the code used.
I tried using
<?php global $post; ?><?php echo get_avatar($post->post_author); ?>
before
<div class="date"><span class="author">Posted by <?php the_author(); ?></span> <span class="clock"> On <?php the_time('F - j - Y'); ?></span></div>
And it works, but I’m not sure how to get the formatting the way I’d like it. Can anyone give me a couple pointers? Thank you!
- The topic ‘Align author avatar with author info? Formatting problems.’ is closed to new replies.