Linux 软件免费装
Banner图

CSS Url Argument

开发者 cema
更新时间 2018年9月9日 18:28
捐献地址: 去捐款
PHP版本: 5.2.4 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

css url custom parameter argument

下载

详情介绍:

Adds custom css file to header if specific url argument is present with a parameter. 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. By using the plugin css (located /wp-content/plugins/css_url_argument/scripts/css/ directory) or use a custom css file (located /wp-content/plugins/css_url_argument/custom_css/{your css file} directory) with a parameter. Use this plugin by adding ?theme={your css file name without .css} to load custom css on parse of a parameter to the site.

安装:

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. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Upload Custom css file to /wp-content/plugins/css_url_argument/custom_css/ directory.
  4. Go to your domain url and add ?theme={your css file name}

屏幕截图:

  • screenshot-1.png

升级注意事项:

1.1 Upgrade notice: It's stable.

常见问题:

Where to put the custom css files?

look in the main folder for "custom_css".

What does the shortcode do?

If the code does not load because the page you are loading has no header at all, it will load the javascript that does the adding of custom css. So kind off a debug feature.

更新日志:

1.1