该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Columnize

描述

Easily create multiple columns within your posts and pages for a newspaper/magazine-style layout. Post and page columns are easily styled with two CSS classes and two custom quicktags which are created automatically upon plugin installation.

安装

  1. Upload the wp_columnize folder to the your plugins directory, typically /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常见问题

Does it work using the Visual Editor?

Yes, except you’ll have to manually type the column quicktags, [col-sect] and [column]
and their corresponding closing tags.

Do you provide support for the plugin?

Yes! Just drop a line on the plugin site in the comments section.

I don’t know much about CSS…

The plugin homepage provides an example of styling to use.

评价

此插件暂无评价。

贡献者及开发者

“WP Columnize” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“WP Columnize”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • encapsulate code within mishWPColumnize() Class
  • added ability to add custom class and id attribites to columns
  • fixed erroneous auto-formatting around columns
  • updated quicktags to work with the new Quicktag API