سلام
سایت من هرکی مطلب ارسال میکنه اواتار اون در پاین مطلب نمایش داده میشه
با این تابع
<div class="down2"><?php echo get_avatar(get_the_author_meta('user_email'),'60'); ?></div>
حالا من میخوام این تابع رو به این پارامتر بدم که عکس کاربر لینک بشه به پروفایل کاربر
ممنون
این هم کد کل توابع
<div class="post-down">
<div class="txt-down">
<div class="down1">ترانه سرا :</div>
<div class="down2"><?php echo get_avatar(get_the_author_meta('user_email'),'60'); ?></div>
<div class="down3"> <?php the_author_posts_link(); ?></div>
<div class="down4"> <?php if(function_exists(getILikeThis)) getILikeThis('get'); ?></div>
<div class="down5"> <?php echo getPostViews(get_the_ID()); ?></div>
</div>
</div>