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

---

Buscar plugins

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

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# WP Bootstrap Comments

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

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

 * [Detalles](https://es.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/wp-bootstrap-comments/#developers)

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

## Descripción

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

### Utilización

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

## Instalación

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

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«WP Bootstrap Comments» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

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

[Traduce «WP Bootstrap Comments» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-bootstrap-comments)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/wp-bootstrap-comments/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/wp-bootstrap-comments/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.1.0

 * Versión inicial

## Meta

 *  Versión **0.1.0**
 *  Última actualización **hace 10 años**
 *  Instalaciones activas **20+**
 *  Versión de WordPress ** 2.7 o superior **
 *  Probado hasta **4.4.34**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Etiquetas:
 * [bootstrap](https://es.wordpress.org/plugins/tags/bootstrap/)[comments](https://es.wordpress.org/plugins/tags/comments/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/wp-bootstrap-comments/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/wp-bootstrap-comments/)