Page Specific Stylesheets is a simple plugin that allows you to add styles to a page, post, or custom post type from the edit screen on the admin panel. This provides you with an easy method of maintaining styles specific to that post while keeping your style.css free from clutter that doesn't need loaded on every page.
This is now the official repository for development of the plugin, however, it the plugin is still maintained on the WordPress Plugin Directory.
WordPress Plugin Directory: https://wordpress.org/plugins/page-specific-stylesheets/
- Page Specific Stylesheets can be installed through the WordPress plugin installer, as it's hosted on the WordPress Plugin Directory.
- Features will be developed in their own branches.
- Finished features will be merged into master.
- Master will always contain the latest, functional (mostly) version of the code.
- Actual versions of the plugin can be found under version releases.
- Improved, refactored code (stop mixing PHP, HTML, etc).
- More control through the settings page.
- Fixing of the conflicts with other plugins that utilize CodeMirror.