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

WP CSS Merge

Опис

This plugins detects all of the styles queued via wp_enqueue_style. Contents of each css file are copied and stored in a single css file. This file is loaded on the frontend. The plugin wp_dequeue_style and wp_deregister_style all other css files. The result is your website only makes one single http request to load css styling. Bonus feature the contents of the css file are minified.

Simply flip the switch and the plugin will do the rest.

NOTE: I have only tested this plugin on my own sites running the AdSense Theme. If you encounter a problem with this plugin please let me know. I will be able to help you.

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

Installing WP CSS Merge is easy, go to you your WordPress admin panel and click on Plugins > Add New, searching for “WP CSS Merge”.
Alternatively, you can install the plugin manually by downloading the plugin from wordpress.org/plugins
1. Upload the entire wp-css-merge folder to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. Customize the plugin from the menu by selecting AdUnblocker in the sidebar.

Відгуки

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

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

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

Учасники

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

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

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

Журнал змін

1.0

  • First Release