Linux 软件免费装
Banner图

Columns

开发者 kovshenin
更新时间 2016年7月30日 00:53
PHP版本: 4.4 及以上
WordPress版本: 4.6
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode columns

下载

0.7 0.7.1 0.7.2 0.7.3

详情介绍:

Create a column group with the [column-group] shortcode, then add columns to the group with the [column] shortcode, like this: [column-group] [column]This is my first column[/column] [column]This is my second column[/column] [/column-group] You can also span columns, like this: [column-group] [column span="2"]This is my first column spanned across two columns.[/column] [column]This is my second column[/column] [column]This is my third column[/column] [/column-group] The first column will be twice as large as the second or third. Styles are in columns.css. If you'd like your own margins and stuff, dequeue the columns.css style during wp_enqueue_scripts with a priority of 11 or more.

安装:

  1. Download archive and unzip in wp-content/plugins or install via Plugins - Add New.
  2. Start using the [column-group] and [column] shortcodes.

屏幕截图:

  • Columns demo
  • This is how things look in the editor

更新日志:

0.7.3 0.7.2 0.7.1 0.7