Title: WP Bootstrap Comments
Author: darrinb
Published: <strong>ಜನವರಿ 22, 2016</strong>
Last modified: ಜನವರಿ 22, 2016

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](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

 ‍[darrinb](https://profiles.wordpress.org/dbmartin/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/wp-bootstrap-comments.0.1.0.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.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

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

## ಸ್ಥಾಪನೆ

#### 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)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 0.1.0

 * Initial release

## ಮೆಟಾ

 *  Version **0.1.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **10 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **20+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 2.7 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **4.4.34** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [bootstrap](https://kn.wordpress.org/plugins/tags/bootstrap/)[comments](https://kn.wordpress.org/plugins/tags/comments/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

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/)

## ಕೊಡುಗೆದಾರರು

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

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/wp-bootstrap-comments/)