کد HTML:
<div class="main-user">
<div class="title-user">
درباره نویسنده</div>
<div class="right-line"></div>
<div class="avatar">
<?php echo get_avatar( get_the_author_meta( 'user_email' ),
apply_filters( 'twentyten_author_bio_avatar_size', 130 ) ); ?></div>
<br>
<div style="text-align:right;">
<p style="float:center;width:1000px;font-family:BYekan;font-size:13.3px;color:#2e2e2e;margin-right:15px;"><?php the_author_meta('description'); ?></p></div>
</div>
<?php endwhile; else: ?><?php endif; ?>
</div></div>