1.backup your database,very importent.
2.open wp-admin\import\textpattern.php
find
if($cat1 = $category1) { $cats1 = $cat1; }
if($cat2 = $category2) { $cats2 = $cat2; }
in line 338,change to
if($cat1 = $category1) { $cats[] = $cat1; }
if($cat2 = $category2) { $cats[] = $cat2; }
if don’t do this,all posts will be imported into a category named ’Uncategorized’.
3.ok,start your import procceding.
4.now,you need a plugin,called Textile2.
if your are a chinese user,open settings->Textile2 and set up ’Character Encoding’ empty.