Ticket #4682 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: JeremyVisser Assigned to: anonymous
Priority: high Milestone: 2.3
Component: General Version: 2.3
Severity: major Keywords:
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

09/11/07 18:35:22 changed by ryan

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

09/12/07 03:08:00 changed by ryan

  • priority changed from normal to high.

09/18/07 17:50:21 changed by ryan

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

09/18/07 18:04:51 changed by ryan

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

09/21/07 18:34:28 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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