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://fa-af.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [نقد و بررسی‌ها](https://fa-af.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [نصب](https://fa-af.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [توسعه](https://fa-af.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.

## سوالات متداول

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

## گزارش تغییرات

#### 0.1.0

 * Initial release

## اطلاعات

 *  Version **0.1.0**
 *  Last updated **10 سال پیش**
 *  Active installations **10+**
 *  WordPress version ** 2.7 یا بالاتر **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Tags
 * [bootstrap](https://fa-af.wordpress.org/plugins/tags/bootstrap/)[comments](https://fa-af.wordpress.org/plugins/tags/comments/)
 *  [نمایش پیشرفته](https://fa-af.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/)