[wordpress插件] Content Bootstrap内容引导

wordpress 插件 文章 2020-03-31 23:10 409 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Apply twitter bootstrap css under the content area only.

仅在内容区域下应用twitter bootstrap css。

This plugin is maintained on GitHub.

此插件在GitHub上维护。

Some features

某些功能

    • Applies twitter bootstrap css to the content.
    • 将twitter bootstrap css应用于内容。

    • Add style button to Visual Editor.
    • 将样式按钮添加到Visual Editor。

    • Allows you to use bootstrap css with almost all themes.
    • 允许您对几乎所有主题使用引导css。

    • You can select bootstrap2 or bootstrap3.
    • 您可以选择bootstrap2或bootstrap3。

    How to use Bootstrap3

    如何使用Bootstrap3

    define( 'content_bootstrap_enable_version_3', true );

      define('content_bootstrap_enable_version_3',true);

    or

    add_filter( 'content_bootstrap_enable_version_3', '__return_true' );

      add_filter('content_bootstrap_enable_version_3','__return_true');

    Translators

    翻译者

安装步骤

    • A plugin installation screen is displayed on the WordPress admin panel.
    • 插件安装屏幕显示在WordPress管理面板上。

    • It installs it in wp-content/plugins.
    • 它将其安装在 wp-content / plugins 中。

    • The plugin is made effective.
    • 该插件生效。

下载地址
https://downloads.wordpress.org/plugin/content-bootstrap.1.0.2.zip
-EOF-

AI助手支持GPT4.0