Moving Comment Count

To the same line as the author, date/time and Category line - not quite sure how to do it...

Hi, Add the following lines in your child theme's functions.php

remove_action( 'rtp_hook_end_post_title', 'rtp_default_comment_count' );  
add_action('rtp_hook_end_post_meta_top','rtp_default_comment_count');