=== Post/Page specific custom CSS ===
Tags: CSS, custom, post, page, specific, custom CSS, specific page, specific post, certain page, certain post, view, single
Requires at least: 5.0
Tested up to: 5.7
Contributors: lukasznowicki
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LEXEGNRGEF7H4
Stable tag: trunk
Post/Page specific custom CSS will allow you to add cascade stylesheet to specific posts/pages. It will give you special area in the post/page edit field to attach your CSS. It will also let you decide if this CSS has to be added in multi-page/post view (like archive posts) or only in a single view.
== Description ==
Post/Page specific custom CSS will allow you to add cascade stylesheet to specific posts/pages. It will give you special area in the post/page edit field to attach your CSS. It will also let you decide if this CSS has to be added in multi-page/post view (like archive posts) or only in a single view.
You will see additional meta box below text input area on posts and pages screen. You may add whatever CSS you want. You may choose if you want to add this CSS code on certain single page/post or on pages like archive etc.
== Installation ==
= Automatic installation =
Automatic installation is the easiest. Simply log in to your WordPress admin panel, go to the Plugins menu and click Add New.
In the search field type Post/Page specific custom CSS and click Search Plugins. Then you can install it by simply clicking “Install Now” button.
= Manual installation =
1. Upload `post-page-specific-custom-css` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. That's all folks, have fun :)
== Requirements ==
This plugin requires at least WordPress 5.0 (never forget to update your WP installation!) and PHP 7.0 installed on your server.
== Frequently Asked Questions ==
= Is it free? =
Yes, it is under GPLv2 (and later) licence. However, you can donate me a few dollars if it makes you feel good. I certainly have nothing against it.
== Screenshots ==
1. If you can't see CSS panel, check screen options and make sure "Custom CSS" is checked
2. Write your CSS code available only for your post or page. You may force the plugin to add CSS code only on single page view.
3. Added settings
== Changelog ==
= 0.2.1 =
* Release date: 2020-04-27
+ Custom JavaScript note
+ Birthday note
= 0.2.0 =
* Release date: 2020-02-25
* Compatibility: 5.3 and previous
+ Added options page for plugin
+ Added default CSS for post and page
+ Added CSS highlighting for posts, page and options (for default CSS)
+ Thou it's a bit bigger by default, you may make input view even bigger
= 0.1.4 =
* Release date: 2018-11-21
* Status: Stable
* Compatibility: 5.0 and previous
* Minor code refactoring
= 0.1.3 =
* Release date: 2018-05-18
* Status: Stable
* Compatibility: 4.9.6 and previous
= 0.1.2 =
* Release date: 2018-05-05
* Status: Stable
* Compatibility: 4.9.5 and previous
* Added screenshots, icons and header image for WordPress repository
= 0.1.1 =
* Release date: 2017-08-03
* Status: Stable
* Compatibility: 4.8.1 and previous
* Added screenshots, icons and header image for WordPress repository
= 0.1.0 =
* Release date: 2016-12-16
* Status: Stable
* Initial release