Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#4682 closed defect (bug) (fixed)

WXR import/export doesn't support importing/exporting of tags

Reported by: jeremyvisser's profile JeremyVisser Owned by:
Milestone: 2.3 Priority: high
Severity: major Version: 2.3
Component: General Keywords:
Focuses: Cc:

Description

The WXR import/export feature doesn't support importing/exporting of tags. Exporting your posts, and importing to a new blog will be fine, except for the fact that you'll lose all your tags.

I used this feature/bug/quirk to help Spence with deleting all the tags from his posts. Basically, I exported the file, imported it to a new blog, and the tags were gone. Obviously, you wouldn't want that to happen all the time.

Change History (5)

#1 @ryan
16 years ago

(In [6076]) Add tags to export. see #4682

#2 @ryan
16 years ago

  • Priority changed from normal to high

#3 @ryan
16 years ago

(In [6129]) Import tags. see #4682

#4 @ryan
16 years ago

when exporting posts, we use the_category_rss() which includes both categories and tags. Need to distinguish those to do a proper tag import.

#5 @ryan
16 years ago

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

(In [6149]) Export and import of post tags. fixes #4682

Note: See TracTickets for help on using tickets.