comment.php içeriğinizi kopyalarsanız yardımcı olurum.
çok teşekkür ederim, aşağıda bulabilirsiniz.
$fields = array(
'comment_notes_before' => '
' . __('Your email address will not be published / Required fields are marked *', 'finch') . '
','fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '',
'email' => '',
'url' => '')
),
);
comment_form($fields);
?>
'comment', 'callback' => 'finch_comment')); ?>