Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4845 closed defect (bug) (fixed)

Category to Tag converter allows you to convert the default category

Reported by: mdawaffe's profile mdawaffe Owned by: ryan's profile ryan
Milestone: 2.3 Priority: high
Severity: normal Version: 2.3
Component: General Keywords: taxonomy
Focuses: Cc:

Description

You can convert the default category into a tag either by explicitly choosing it from the list or by clicking "convert all".

Whithout a default category, new, uncategorized posts are given the category "1".

Possible solutions:

  1. Allow a post to be truly uncategorized (i.e. not associated with any categories, or associated with a "null" category used only internally).
  2. Not allow the default category to be converted to a tag.
  3. If default category is converted, create new default category.

Change History (4)

#1 @ryan
17 years ago

  • Keywords taxonomy added
  • Owner changed from anonymous to ryan

#2 @markjaquith
17 years ago

  • Priority changed from normal to high
  • Version set to 2.3

I vote for a blend of 2 and 3. Create the tag from the default cat, associate the posts, but don't delete the category or the associations with the posts for that category.

#3 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6079]) Retain default category when converting categories to tags. fixes #4845

#4 @ryan
17 years ago

That implements Mark's suggestion of blending 2 and 3.

Note: See TracTickets for help on using tickets.