このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Theme-Independent Stylesheets

説明

This plugin allows you to use uploaded CSS files that can be used across themes without having to edit any theme files or use FTP.

For example, if you wanted to use Font Awesome on your site but your current theme doesn’t include it (or you know you want to use Font Awesome regardless of what theme you’re using), you can simply upload the font-awesome.css (or font-awesome.min.css) file using the WordPress Media Uploader then activate said stylesheet in the Theme-Independent Stylesheets (TISS) settings. That CSS file will then automatically be included on your site no matter what theme you’re using. Even if you switch themes, the CSS file will still be called in your site’s <head> (as long as the theme is coded to properly use wp_head(), which most themes are).

インストール

  1. Install TISS either via the WordPress.org plugin directory or by uploading the plugin folder ( theme-independent-stylesheets ) to your server’s WordPress plugins directory.
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください

FAQ

Installation Instructions
  1. Install TISS either via the WordPress.org plugin directory or by uploading the plugin folder ( theme-independent-stylesheets ) to your server’s WordPress plugins directory.
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください

評価

このプラグインにはレビューがありません。

貢献者と開発者

Theme-Independent Stylesheets はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Theme-Independent Stylesheets” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.0

  • Moved “Help” from settings page body into built-in WordPress help tab

1.0.3

  • Changed plugin text domain to fall in line with WordPress’s internationalization standards (as per https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#text-domains)
  • Fixed a small typo in the plugin name definition of the TISSHEETS_PLUGIN_NAME constant

1.0.2

  • Updated settings-page headings to match WordPress 4.4’s new heading structure on admin pages

1.0.1

  • Small change to make require_once for plugin definitions more specific to avoid possible require_once conflicts

1.0.0

  • 最初のリリース。