https://github.com/markjaquith/categorized
#WordPressPlugin: Unchecks the default post category when you select a non-default category
https://github.com/markjaquith/categorized
wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
#WordPressPlugin: Unchecks the default post category when you select a non-default category
- Host: GitHub
- URL: https://github.com/markjaquith/categorized
- Owner: markjaquith
- Created: 2013-05-11T07:12:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T07:15:23.000Z (about 13 years ago)
- Last Synced: 2024-04-15T00:15:40.166Z (about 2 years ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Categorized #
Contributors: markjaquith
Donate link: http://txfx.net/wordpress-plugins/donate
Tags: category, admin
Requires at least: 3.5
Tested up to: 3.6
Stable tag: 1.0
Unchecks the default post category when you first select a non-default category
## Description ##
1. Check a category.
2. Uncheck "Uncategorized".
3. Mutter "stupid 'Uncategorized'" under your breath.
Sound familiar? With this stupidly simple plugin, you just have to do the first step. When you check a category and the default category was the only thing checked before you clicked, it'll uncheck the default category for you. Boom.
## Installation ##
1. Upload the `categorized` folder to your `/wp-content/plugins/` directory
2. Activate the "Categorized" plugin in your WordPress administration interface
## Frequently Asked Questions ##
### What if I want to use the default category? ###
Just re-check it. You'll only have to do that once per post.
### Does this work on Quick Edit? ###
Yeah, it should.
### Does this work for custom hierarchical taxonomies? ###
Probably not.
## Changelog ##
### 1.0 ###
* Initial release