Title: WP Bootstrap Comments
Author: darrinb
Published: <strong>2016年1月22日</strong>
Last modified: 2016年1月22日

---

プラグインを検索

![](https://ps.w.org/wp-bootstrap-comments/assets/banner-772x250.jpg?rev=1333376)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/wp-bootstrap-comments_29333c.svg)

# WP Bootstrap Comments

 作者: [darrinb](https://profiles.wordpress.org/dbmartin/)

[ダウンロード](https://downloads.wordpress.org/plugin/wp-bootstrap-comments.0.1.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [開発](https://ja.wordpress.org/plugins/wp-bootstrap-comments/#developers)

 [サポート](https://wordpress.org/support/plugin/wp-bootstrap-comments/)

## 説明

A comment Walker class that creates native WordPress comment lists using Bootstrap
Media Object markup/classes. See: http://getbootstrap.com/components/#media

For support and official documentation see the plugin’s home page here: http://darrinb.
com/plugins/wp-bootstrap-comments

### 使用法

Add a call to the `WP_Bootstrap_Comments_Walker()` class in `wp_list_comments()`
in your `comments.php` template.

    ```
    <?php
       wp_list_comments( array(
          'style'       => 'div',
          'short_ping'  => true,
          'avatar_size' => 42,
          'walker' => new WP_Bootstrap_Comments_Walker(),
       ) );
    ?>
    ```

To use Bootstrap’s native media list styling change `<ol class="comment-list">` 
to `<ul class="media-list">`.

    ```
    <ul class="media-list">
        <?php
            wp_list_comments( array(
                'style'       => 'ul',
                'short_ping'  => true,
                'avatar_size' => 42,
                'walker' => new WP_Bootstrap_Comments_Walker(),
            ) );
        ?>
    </ul><!-- .media-list -->
    ```

## インストール

#### From the WordPress.org plugin repository:

 * Download and install using the built in WordPress plugin installer.
 * Activate in the “Plugins” area of your admin by clicking the “Activate” link.
 * No further setup or configuration is necessary.

#### From GitHub:

 * Download the [latest stable version] (https://github.com/dboutote/WP-Bootstrap-
   Comments/archive/master.zip).
 * Extract the zip folder to your plugins directory.
 * Activate in the “Plugins” area of your admin by clicking the “Activate” link.
 * No further setup or configuration is necessary.

## FAQ

  Where can I get support?

The plugin’s official page: http://darrinb.com/plugins/wp-bootstrap-comments

  Where can I find documentation?

http://darrinb.com/plugins/wp-bootstrap-comments

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

WP Bootstrap Comments はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ darrinb ](https://profiles.wordpress.org/dbmartin/)

[“WP Bootstrap Comments” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/wp-bootstrap-comments)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/wp-bootstrap-comments/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/wp-bootstrap-comments/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/)
を [RSS](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 0.1.0

 * プラグインをリリース

## メタ

 *  バージョン **0.1.0**
 *  最終更新日 **10年前**
 *  有効インストール数 **20+**
 *  WordPress バージョン ** 2.7またはそれ以降 **
 *  検証済み最新バージョン: **4.4.34**
 *  言語
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * タグ
 * [bootstrap](https://ja.wordpress.org/plugins/tags/bootstrap/)[comments](https://ja.wordpress.org/plugins/tags/comments/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/wp-bootstrap-comments/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/wp-bootstrap-comments/reviews/)

## 貢献者

 *   [ darrinb ](https://profiles.wordpress.org/dbmartin/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/wp-bootstrap-comments/)