[wordpress插件] CSS Url ArgumentCSS网址参数

wordpress 插件 文章 2020-04-06 05:20 439 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Adds custom css file to header if specific url argument is present with a parameter.

如果带有参数的特定url参数,则将自定义css文件添加到标头中。

For example:
    

例如:
    

* you want to change the site title color without changing the theme or lossing the changes on update.
      

*您要更改网站标题颜色而不更改主题或更新时不会丢失更改。
      

This plugin let’s you add custom css files and either use them on load or on input of a custom parameter after the theme argument.
      

通过此插件,您可以添加自定义css文件,并在加载时或在主题参数之后输入自定义参数时使用它们。
      

By using the plugin css (located /wp-content/plugins/css_url_argument/scripts/css/ directory) or
      

通过使用插件CSS(位于 / wp-content / plugins / css_url_argument / scripts / css / 目录中)或
      

use a custom css file (located /wp-content/plugins/css_url_argument/custom_css/{your css file} directory) with a parameter.

使用带参数的自定义css文件(位于 / wp-content / plugins / css_url_argument / custom_css / {您的css文件} 目录中)。

Use this plugin by adding ?theme={your css file name without .css} to load custom css on parse of a parameter to the site.

使用此插件,方法是添加?theme = {您的不带.css的css文件名} ,以便在解析参数到网站时加载自定义css。

Arbitrary section

任意部分

A brief Markdown Example

一个简短的Markdown示例

Ordered list:

订购清单:

    1. Loads custom css when custom url parameter is present.
    2. 存在自定义url参数时加载自定义css。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

e.g.

例如

    1. Upload the plugin files to the /wp-content/plugins/css_url_argument directory, or install the plugin through the WordPress plugins screen directly.
    2. 将插件文件上传到 / wp-content / plugins / css_url_argument 目录,或直接通过WordPress插件屏幕安装插件。

    3. Activate the plugin through the ‘Plugins’ screen in WordPress.
    4. 通过WordPress中的“插件”屏幕激活插件。

    5. Upload Custom css file to /wp-content/plugins/css_url_argument/custom_css/ directory.
    6. 将自定义css文件上传到 / wp-content / plugins / css_url_argument / custom_css / 目录。

    7. Go to your domain url and add ?theme={your css file name}
    8. 转到您的域网址,然后添加?theme = {您的CSS文件名}

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

AI助手支持GPT4.0