
The CSS AutoLoader Plugin allows you to load additional CSS files without the need to change the theme
To load additional stylesheets just put them into a directory named cssautoload (case-sensitive!). This directory can be placed in three different locations that are loaded in the following order:
wp-content directoryOnly files with extension .css are added, all other files are ignored. Also files beginning with an underscore (_) are ignored.
CSS allows to have different styles for different target devices. Files placed directly in the cssautoload directory are added with the media type ‘all’, suitable for all devices. To use a different media type just create a subdirectory with the name of the target media type (case-sensitive!). Te following CSS media types are supported according to the official CSS standard:
all for all devices – you don’t need to create the all directory, you also can put the files directly into the cssautoload root directorybraille for braille tactile feedback devicesembossed for paged braille printershandheld for handheld devicesprint for printouts or print preview on screenprojection for projected presentationsscreen for screensspeech for speech synthesizerstty for media using a fixed-pitch character gridtv for television-type devicesOther subdirectories in cssautoload directory are ignored. Also subdirectories in the media subdirectories are not supported.
I spend a lot of my precious spare time to develop and maintain my free WordPress plugins. You don’t need to make a donation. No money, no beer, no coffee. If you like this plugin then please do me a favor and give it a good rating. Thanks.
Peters’ Plugins Privacy Information Page
This plugin is compatible with ClassicPress.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.