Right now it says 0 Commentsin Blog - how do I insert a space between the hardcoded 'Comments" and "in" - I looked at the theme editor and found this but I am stuck -
<h4 id="comments"><?php
printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'avia_framework' ),
number_format_i18n( get_comments_number() ), '<span class="comment_title">' . get_the_title() . '</span>' );
?></h4>














