[WordPress] 外掛分享: Foundation Columns

首頁外掛目錄 › Foundation Columns
WordPress 外掛 Foundation Columns 的封面圖片
40+
安裝啟用
★★★★
4.5/5 分(2 則評價)
3966 天前
最後更新
問題解決
WordPress 3.7+ v0.8 上架:2014-05-25

內容簡介

此外掛可透過 WordPress 的 TinyMCE 編輯器中的簡碼,支援使用 Zurb 的 Foundation 網格系統。

如需更多有關 Foundation 的資訊,請參閱 文件。

此外掛支援 Foundation 的版本 5 和版本 6,並包括對小型、中型和大型斷點的支援。

現在還支援區塊網格。

修改網格

如果您的網格具有超過預設的 12 列,您可以使用 foundation_columns_count 過濾器。

add_filter( 'foundation_columns_count', function($count) {
$count = 16;
return $count;
} );

如果您想要為此外掛做出貢獻,請在 Github 上開啟一個拉取請求。

請注意:此外掛不會安裝 Foundation,因此需要使用建立在 Foundation 上的佈景主題。

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.8) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Foundation Columns」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Adds support for using Zurb’s Foundation grid-system via shortcodes in WordPress’ TinyMCE editor.
For more information about Foundation, please read the docs.
This plugin is compatible with version 5 and version 6 of Foundation, and includes support for small, medium and large breakpoints.
Now also with support for block grids.
Modifying the grid
If your grid has more than the default 12 columns you can use the foundation_columns_count filter.
add_filter( 'foundation_columns_count', function($count) {
$count = 16;
return $count;
} );

If you would like to contribute to this plugin. Please open a pull request on Github
Please note: This plugin does not install Foundation for you and therefore require that you use a theme built on Foundation.

延伸相關外掛

文章
Filter
Mastodon