Kriuchko
1/8/2019 - 10:35 AM

Comments Number Author Link

Wordpress comments number author link

<?php the_author_posts_link(); ?>
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php echo get_avatar($post->post_author, 23); ?></a></span>
<a href="<?php comments_link(); ?>" class="comments"><strong class="num"><?php comments_number('no', '1', '%'); ?></strong>comments</a>