1 && get_option( 'page_comments' ) ) : ?> 'designexo_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?> comment_status) : ?>

logged in to post a comment','designexo' ), esc_url(home_url( 'wp-login.php' ) . '?redirect_to=' . urlencode(get_permalink()))); ?>

'
', 'email' => '
', ); function my_fields($fields) { return $fields; } add_filter('comment_form_default_fields','my_fields'); $defaults = array( 'fields'=> apply_filters( 'comment_form_default_fields', $fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . __( "Logged in as",'designexo' ).' '.''.$user_identity.''. ' '. ''.__("Logout",'designexo').'' . '

', 'id_submit'=> 'send_button', 'label_submit'=>__( 'Submit','designexo'), 'comment_notes_after'=> '', 'title_reply'=> '

'.__('Leave a Reply','designexo').'

', 'id_form'=> 'action' ); comment_form($defaults);?>