
內容簡介
此外掛提供了簡短代碼,可管理多列版面配置。
提供以下簡短代碼 [one_half]、[one_third]、[two_thirds]、[one_fourth]、[three_fourths]、[one_fifth]、[two_fifth]、[three_fifth]、[four_fifth]、[one_sixth]、[five_sixth],另有可決定最後一列的相同簡短代碼 (例如 [one_half_last])。
此外掛的開發是基於 SimpleThemes 在 WordPress Skeleton 主題 (http://themes.simplethemes.com/skeleton/) 上所做的開發。
我非常喜歡那個功能,但該主題不是我喜歡的主題,因此我決定提取那個功能。
簡短代碼
[one_half]
[one_third]
[two_thirds]
[one_fourth]
[three_fourths]
[one_fifth]
[two_fifth]
[three_fifth]
[four_fifth]
[one_sixth]
[five_sixth]
[one_half_last]
[one_third_last]
[two_thirds_last]
[one_fourth_last]
[three_fourths_last]
[one_fifth_last]
[two_fifth_last]
[three_fifth_last]
[four_fifth_last]
[one_sixth_last]
[five_sixth_last]
可使用簡短代碼將文本分成多列。最後一列必須使用最後一個簡短代碼。例如,如果您想要兩個等寬列,您必須使用 [one_half] 的簡短代碼。所以 [one_half] 第一列 [/ one_half] [one_half_last] 第二列 [/ one_half_last] 就可以達到此目的。
外掛標籤
開發者團隊
原文外掛簡介
This plugin provides shortcodes that manage multi column layouts.
Provides the following shortcodes [one_half], [one_third], [two_thirds], [one_fourth], [three_fourths], [one_fifth], [two_fifth], [three_fifth], [four_fifth], [one_sixth], [five_sixth] and also the same with last (for instace [one_half_last]) that allows to determine the last column.
Development based on the development done by SimpleThemes in the WordPress Skeleton Theme (http://themes.simplethemes.com/skeleton/).
I liked very much that functionality but the theme is not the one I prefer. So I decided to extract that functionality.
Shortcodes
[one_half]
[one_third]
[two_thirds]
[one_fourth]
[three_fourths]
[one_fifth]
[two_fifth]
[three_fifth]
[four_fifth]
[one_sixth]
[five_sixth]
[one_half_last]
[one_third_last]
[two_thirds_last]
[one_fourth_last]
[three_fourths_last]
[one_fifth_last]
[two_fifth_last]
[three_fifth_last]
[four_fifth_last]
[one_sixth_last]
[five_sixth_last]
You can use the short codes in order to break text into columns. The last column must be created using the last shortcode. For instance, if you want to have a 2 identical width colums you have to use [one_half] shortcodes. So [one_half]First column[/one_half][one_half_last]Second column[/one_half_last] will do that job.
