1 && get_option( 'page_comments' ) ) : ?>
1 && get_option( 'page_comments' ) ) : ?> apply_filters( 'comment_form_default_fields', array( 'author' => '

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

', 'email' => '

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

', 'url' => '

' . '' . ' ' . '

' )), 'comment_field' => '

' . '' . '

', 'logged_in_as' => '

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

', 'title_reply' => __( 'Leave a Reply', 'themify' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'cancel_reply_link' => __( 'Cancel', 'themify' ), 'label_submit' => __( 'Post Comment', 'themify' ), ); comment_form( $custom_comment_form ); ?>