1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> apply_filters( 'comment_form_default_fields', array( 'author' => '

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

', 'email' => '

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

', 'url' => '

' . '' . ' ' . '

') ), 'comment_field' => '

' . '' . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_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); ?>