Title: WP Bootstrap Comments
Author: darrinb
Published: <strong>Yanvar 22, 2016</strong>
Last modified: Yanvar 22, 2016

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# WP Bootstrap Comments

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

[Download](https://downloads.wordpress.org/plugin/wp-bootstrap-comments.0.1.0.zip)

 * [Details](https://uz.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [Reviews](https://uz.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [Installation](https://uz.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [Development](https://uz.wordpress.org/plugins/wp-bootstrap-comments/#developers)

 [Support](https://wordpress.org/support/plugin/wp-bootstrap-comments/)

## Description

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

### Usage

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 -->
    ```

## Installation

#### 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

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP Bootstrap Comments” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “WP Bootstrap Comments” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-bootstrap-comments)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-bootstrap-comments/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-bootstrap-comments/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.0

 * Initial release

## Meta

 *  Version **0.1.0**
 *  Last updated **10 yil ago**
 *  Active installations **20+**
 *  WordPress version ** 2.7 or higher **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Tags
 * [bootstrap](https://uz.wordpress.org/plugins/tags/bootstrap/)[comments](https://uz.wordpress.org/plugins/tags/comments/)
 *  [Advanced View](https://uz.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/wp-bootstrap-comments/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-bootstrap-comments/)