這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Columnizer

描述

Columnizer is a jQuery based WordPress plugin that formats your content into columns. All you need to do is embrace your content in a single set of shortcodes denoting the number of columns you’d like. Like this:

[threecolumns]
Lorem ipsum...vitae nunc.
Curabitur fringilla...consectetur arcu.
Proin id...pretium eros.
etc...
[/threecolumns]

The rest is taken care of for you. Just write out the number of columns (up to twelve) followed by the word ‘columns’ with no space (as above) and your column formatting needs will be satisfied most splendidly. Other column plugins need you to divvy up the content between sets of tags. Columnizer does it for you!

To customize the margins between columns edit columnizer.css. Alternatively you could override the rules in your own css file by adding an extra level of hierarchy. Something like this:

#main #columnizer .first div {
    margin-right: 8px; /*changed spacing to 8px*/
    margin-left: 0 !important;
}
#main #columnizer .last div {
    margin-left: 8px; /*changed spacing to 8px*/
    margin-right: 0 !important;
}
#main #columnizer .column div {
    margin-left: 8px; /*changed spacing to 8px*/
    margin-right: 8px; /*changed spacing to 8px*/
        border-left: 1px solid grey; /*new rule to add slick dividers*/
        border-right: 1px solid grey; /*new rule to add slick dividers*/
}

WP Columnizer is based on the jQuery plugin “Columnizer” by Adam Wulf.

安裝

To install the plugin simply download the zip file. Then extract the directory into wp-content/plugins/ Next go to the plugins page on the WordPress admin panel and enable Columnizer. Once enabled you may begin using the plugin by inserting sets of short codes in your content.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Columnizer” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Columnizer 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄