Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

External CSS

Опис

External CSS plugin allows you to edit an external CSS file through WordPress dashboard. All blog pages except admin pages imports the CSS file via HTML link tag. This plugin is very SEO friendly and decreases the network load.

Встановлення

  1. Upload this directory to the ‘wp-content/plugins/’ directory
  2. Add the read and write permissions of ‘wp-content/uploads’ directory to the user of the web server
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Open extenal CSS file editor through ‘Appearance’ -> ‘External CSS’ menu
  5. Edit the CSS file

Updating

External CSS version 0.2.0 and older versions have a bug that removes CSS file when updating the plugin.
To solve the problem, copy or rename wp-content/plugins/external-css/css/custom.css to wp-content/uploads/external-css/custom.css before trying to update the plugin.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“External CSS” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “External CSS” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

0.2.3

  • Using wp_enqueue_style to load CSS file.

0.2.2

  • Spaces for following the wordPress coding standards.
  • It renamed wp-content/cache/external-css/custom.css wp-content/uploads/external-css/custom.css. external_css_activation function fix this change automatically.

0.2.1

  • Bug fixes.
  • external_css.php renamed external-css.php for makepot.php.

0.2

  • I18N.

0.1

  • First version of External CSS plugin.