Number of comments are visible in posts. How to add this information to main page with articles next to the date and category link? Please see below screenshot.
<?php if(!(is_tag() || is_archive() || is_home() || is_search())) : ?>
<li class="author">
<?php _e('Written by:', GKTPLNAME); ?>
<a class="url fn n" href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>" title="<?php echo esc_attr(sprintf(__('View all posts by %s', GKTPLNAME), get_the_author())); ?>" rel="author"><?php echo get_the_author(); ?></a>
</li>
<?php if(!(is_tag() || is_archive() || is_search())) : ?>
<?php if(!is_home()) : ?>
<li class="author">
<?php _e('Written by:', GKTPLNAME); ?>
<a class="url fn n" href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>" title="<?php echo esc_attr(sprintf(__('View all posts by %s', GKTPLNAME), get_the_author())); ?>" rel="author"><?php echo get_the_author(); ?></a>
</li>
<?php endif; ?>
<?php if(!(is_tag() || is_archive() || is_home() || is_search())) : ?>
<?php if(!(is_tag() || is_archive() || is_search())) : ?>
<?php if(!(is_tag() || is_archive() || is_home() || is_search())) : ?>
<?php endif; ?>
<?php endif; ?>
<?php if ( comments_open() && ! post_password_required() ) : ?>