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)

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](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://he.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [סקירות](https://he.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [פיתוח](https://he.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.

## שאלות נפוצות

  איפה ניתן לקבל תמיכה?

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

  איפה ניתן למצוא את התיעוד?

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

## סקירות

There are no reviews for this plugin.

## מפתחים

"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 repository](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**
 *  Last updated **לפני 10 שנים**
 *  Active installations **20+**
 *  WordPress version ** 2.7 ומעלה **
 *  Tested up to **4.4.34**
 *  שפה
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Tags
 * [bootstrap](https://he.wordpress.org/plugins/tags/bootstrap/)[comments](https://he.wordpress.org/plugins/tags/comments/)
 *  [תצוגה מתקדמת](https://he.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)

[הצג הכל](https://wordpress.org/support/plugin/wp-bootstrap-comments/reviews/)

## תורמים

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

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/wp-bootstrap-comments/)