Adds a custom post type for implementing theme independent css.
As of April 2026, COP CSS Custom Post Type Lite is a WordPress css plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.8K+ times in total. Requires WordPress 3.2.1+ and PHP false+. Available on WordPress.org since 2011. Last updated 14 years ago — may have compatibility concerns. Top alternative: WPCode – Insert Headers and Footers +….
Adds a custom post type of css that will compile all entries into a single minified css file that will automatically be enqueued to your site.
Minified CSS is stored in a transient for caching.
User now needs ‘edit_themes’ permission to see the css editor. By default this is only the administrator.
Shortcodes are now processed during compilation of your css.
An new shortcode has been added called:
[meta key=”(name of arbitrary custom field)” post_id=”(optional)”]
This allows you to define a whatever custom fields you like on an individual css post and use them in your css.
Ex. a { color: [meta key=”my_color”]; }
So you can define common elements and use them throughout your css.
If you like you can use the option post_id to put th…
| WordPress | 3.2.1+ requiredTested up to 3.2.1 |
| PHP | false+ required |
0.2.0
Bug Fixes to hook registration
0.1.9
Began adding shortcodes to css.
Added [meta key=”(arbitrary custom field)”]
0.1.8
Fixed preview using option instead of transient.
Added check for permission to ‘edit_themes’ before loading interface.
0.1.7
Initial Public Version
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.