Tantüni aşağıdaki gibi kodlar


/* Display comments popup link. */
if ( graphene_should_show_comments() && ! is_singular() ) {
$comments_num = get_comments_number();
if ( ! $comments_num ) $label = __( 'Leave comment', 'graphene' );
else $label = sprintf( _n( '%s comment', '%s comments', $comments_num, 'graphene' ), number_format_i18n( $comments_num ) );

$meta['comments_popup_link'] = array(
'class' => 'comment-link col-sm-4',
'meta' => ' ' . $label . ''