[wp-trac] [WordPress Trac] #17750: Export formats tags and categories incorrectly
WordPress Trac
noreply at wordpress.org
Fri Nov 9 11:48:48 UTC 2012
#17750: Export formats tags and categories incorrectly
-------------------------------+-----------------------
Reporter: ipstenu | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Export | Version: 3.1.3
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+-----------------------
Changes (by imshashank):
* status: closed => reopened
* resolution: invalid =>
Comment:
WordPress.com exports posts with a tag of
"<category domain="category"
nicename="travel"><![CDATA[Travel]]></category>"
This format isn't recognised by 3.0.1 wordpress. It needs the category in
this format:
"<category><![CDATA[Travel]]></category>"
So the quick way to fix this is open the xml export file from
wordpress.com in a global search and replace in your favourite word/text
editor that can support wildcards. eg
Just search for "<category*"> and replace it with "<category>" and then do
the import into your wordpress.org blog.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17750#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list