Zuperman adlı üyeden alıntı

comments.php nizi konuya ekleyebilirmisiniz ?


Bu şekilde mi :D





return;
endif;
?>






1 && get_option( 'page_comments' ) ) : ?>












if ( ! comments_open() ) :
?>







$commenter = wp_get_current_commenter();
$req = get_option( 'require_name_email' );
$aria_req = ( $req ? " aria-required='true'" : '' );

$fields = array(
'author' => '

' . ' ' . ( $req ? '*' : '' ) .
'

',
'email' => '',
'url' => '

' .
'

',
);
$required_text = __(' Required fields are marked', 'tie').' *';
?>
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'must_log_in' => '',
'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?' , 'tie' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

',
'comment_notes_before' => '

' . __( 'Your email address will not be published.' , 'tie' ) . ( $req ? $required_text : '' ) . '

',
'title_reply' => __( 'Leave a Reply' , 'tie' ),
'title_reply_to' => __( 'Leave a Reply to %s' , 'tie' ),
'cancel_reply_link' => __( 'Cancel reply' , 'tie' ),
'label_submit' => __( 'Post Comment' , 'tie' )
)); ?>