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

---

Szukaj wtyczek

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

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# WP Bootstrap Comments

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/wp-bootstrap-comments/#developers)

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

## Opis

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

### Użycie

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

## Instalacja

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

## Najczęściej zadawane pytania

  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

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„WP Bootstrap Comments” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “WP Bootstrap Comments” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wp-bootstrap-comments)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wp-bootstrap-comments/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/wp-bootstrap-comments/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/)
przez [RSS](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.1.0

 * Initial release

## Meta

 *  Wersja **0.1.0**
 *  Ostatnia aktualizacja **10 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 2.7 lub nowszej **
 *  Testowano do **4.4.34**
 *  Język
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Tagi
 * [bootstrap](https://pl.wordpress.org/plugins/tags/bootstrap/)[comments](https://pl.wordpress.org/plugins/tags/comments/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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