https://github.com/tarosky/taro-custom-style
Add custom css to each posts and taxonomies.
https://github.com/tarosky/taro-custom-style
wordpress wordpress-plugin wordpress-plugin-ga
Last synced: 2 months ago
JSON representation
Add custom css to each posts and taxonomies.
- Host: GitHub
- URL: https://github.com/tarosky/taro-custom-style
- Owner: tarosky
- License: gpl-3.0
- Created: 2017-07-28T10:46:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T08:16:38.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T09:40:22.182Z (almost 2 years ago)
- Topics: wordpress, wordpress-plugin, wordpress-plugin-ga
- Language: PHP
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taro Custom Style
Contributors: tarosky, Takahashi_Fumiki, yocchi161
Tags: css
Requires at least: 5.4
Requires PHP: 7.2
Tested up to: 6.1
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Add a custom CSS meta box to your posts and terms.
## Description
Do you need custom CSS for a specific page or category?
So try this plugin, and Taro Custom Style gives you meta boxes with a Cool editor.
- Custom style for posts and taxonomies.
- Style group for posts. A style group is a custom CSS that can be attached to multiple posts.
## Installation
1. Upload the plugin files to the `/wp-content/plugins/taro-custom-style` directory, or install the plugin directly through the WordPress plugins screen.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to `Appearance > Custom CSS` and choose which post types or taxonomies should have css editor.
4. O.K. Now you can customize your specific page.
## Frequently Asked Questions
### How to Contribute
We host our code on [Github](https://github.com/tarosky/taro-custom-style), so feel free to send PR or issues.
## Screenshots
W.I.P
## Changelog
### 1.1.0
- Add style group.
- Add stronger sanitization with [Media Wiki css-sanitizer](https://www.mediawiki.org/wiki/Css-sanitizer).
### 1.0.0
* Initial release