Title: Accordion Shortcode
Author: ctltwp
Published: <strong>20 Tháng 3, 2012</strong>
Last modified: 19 Tháng 9, 2012

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://s.w.org/plugins/geopattern-icon/accordion-shortcode.svg)

# Accordion Shortcode

 Bởi [ctltwp](https://profiles.wordpress.org/ctltwp/)

[Tải về](https://downloads.wordpress.org/plugin/accordion-shortcode.1.2.1.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/accordion-shortcode/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/accordion-shortcode/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/accordion-shortcode/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/accordion-shortcode/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/accordion-shortcode/)

## Mô tả

To make the accordions appear the way you want you need to add your own styling 
to them
 Lets you add accordion to your post and pages.

By using the following shortcodes

    ```
    [accordions]
    [accordion title="title1"] tab content [/accordion]
    [accordion title="title2"] another content tab [/accordion]
    [/accordions]
    ```

will generate the following html.

    ```
    <div id="random-accordion-id-872" class="accordions-shortcode">
                <h3 id="title1-0" ><a href="#title1-0">title1</a></h3>

                <div class="accordian-shortcode-content" >


     Some Text<br />
                </div>

                <h3 id="title2-1" ><a href="#title2-1">title2</a></h3>

                <div class="accordian-shortcode-content " >


     Some Text<br />
                </div>

    </div>
    ```

Additional attributes that you could pass into the shortcode
 [accordions autoHeight
=’true’ disabled=’false’ active=0 clearStyle=false collapsible=false fillSpace=false][
accordion title=’title1′ class=’new-class’] Some Text [/accordion] [accordion title
=’title2′ class=’new-class’] Some Text [/accordion] [/accordions]

### Sample CSS

Here is some sample css to get you started.
 Another place to look for it would 
be the http://jqueryui.com/themeroller/, The shortcode used the jQuery UI to generate
the accordion.

    ```
    .ui-accordion-header{
        margin:5px 0 0;
    }
    .ui-accordion-header a{
        padding:5px 12px;
        background: #CCC; 
        color:#FFF;
        display:block;
    }
    .ui-accordion-header.ui-state-active a,
    .ui-accordion-header a:hover{
        background-color: #DDD;
    }
    .ui-accordion-content{
        padding-top:10px;
    }
    ```

## Cài đặt

 1. Extract the zip file into wp-content/plugins/ in your WordPress installation
 2. Go to plugins page to activate
 3. Add styles to make the accordion look the way you want.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Accordion Shortcode” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ ctltwp ](https://profiles.wordpress.org/ctltwp/)
 *   [ Enej Bajgorić ](https://profiles.wordpress.org/enej/)
 *   [ ctlt-dev ](https://profiles.wordpress.org/ctlt-dev/)
 *   [ ubcdev ](https://profiles.wordpress.org/ubcdev/)

[Dịch “Accordion Shortcode” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/accordion-shortcode)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/accordion-shortcode/), check
out [SVN repository](https://plugins.svn.wordpress.org/accordion-shortcode/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/accordion-shortcode/)
qua [RSS](https://plugins.trac.wordpress.org/log/accordion-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.2.1

 * removed php warnings

#### 1.2

Trying to commit the changes from git

#### 1.1

 * improved js loading. js only gets loaded when it is needed
 * fixed bugs

#### 1.0

 * Initial release

## Meta

 *  Phiên bản **1.2.1**
 *  Cập nhật lần cuối **14 năm trước**
 *  Số lượt cài đặt **500+**
 *  Phiên bản WordPress ** 3.3 hoặc cao hơn **
 *  Đã kiểm tra lên đến **3.3.2**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/accordion-shortcode/)
 * Thẻ
 * [Accordion](https://vi.wordpress.org/plugins/tags/accordion/)[shortcode](https://vi.wordpress.org/plugins/tags/shortcode/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/accordion-shortcode/advanced/)

## Đánh giá

 4.8 trên 5 sao.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/accordion-shortcode/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/accordion-shortcode/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/accordion-shortcode/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/accordion-shortcode/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/accordion-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/accordion-shortcode/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/accordion-shortcode/reviews/)

## Những người đóng góp

 *   [ ctltwp ](https://profiles.wordpress.org/ctltwp/)
 *   [ Enej Bajgorić ](https://profiles.wordpress.org/enej/)
 *   [ ctlt-dev ](https://profiles.wordpress.org/ctlt-dev/)
 *   [ ubcdev ](https://profiles.wordpress.org/ubcdev/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/accordion-shortcode/)