[wordpress插件] CSS ColumnsCSS列

wordpress 插件 文章 2020-04-06 01:40 421 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin provides a [columns] shortcode that gives a section of post content multiple columns using css3’s column properties.

此插件提供了[columns]简码,可使用css3的列属性为帖子内容的一部分提供多个列。

The [columns] shortcode requires a closing [/columns] shortcode and accepts the arguments count=”#” to specify the number of columns and gap=”1em” to specify the gap size between columns.

[columns]简码需要一个结束的[/ columns]简码,并接受count =“#”指定列数,gap =“ 1em”参数指定列之间的间隙大小。

Some examples:

一些例子:

A simple 2 column block of columns.
    

2列的简单列块。
    

[columns count=”2″]…[/columns]

[columns count =“ 2”]…[/ columns]

A 3 column block of columns with a 2em gap in between columns.
    

3列的列块,列之间有2em的间隙。
    

[columns count=”3″ gap=”2em”]…[/columns]

[columns count =” 3” gap =” 2em”]…[/ columns]

安装步骤

    1. Download the css-columns.zip
    2. 下载css-columns.zip

    3. Navigate to the plugins page in your administrator panel.
    4. 导航到管理员面板中的插件页面。

    5. Click the Plugin Browser/Install link.
    6. 单击“插件浏览器/安装”链接。

    7. Under “Install a plugin in .zip format” choose the css-columns.zip file
    8. 在“以.zip格式安装插件”下,选择css-columns.zip文件

    9. Click Install Now.
    10. 点击立即安装。

    11. After it has installed, activate the plugin.
    12. 安装后,激活插件。

下载地址
https://downloads.wordpress.org/plugin/css-columns.0.9.3.zip
-EOF-

AI助手支持GPT4.0