[wp-trac] [WordPress Trac] #12180: Custom taxonomies for custom post types exported but not tied to posts

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 8 20:24:51 UTC 2010


#12180: Custom taxonomies for custom post types exported but not tied to posts
--------------------------+-------------------------------------------------
 Reporter:  greenshady    |        Owner:          
     Type:  defect (bug)  |       Status:  reopened
 Priority:  normal        |    Milestone:  3.0     
Component:  Import        |      Version:  3.0.1   
 Severity:  major         |   Resolution:          
 Keywords:                |  
--------------------------+-------------------------------------------------
Changes (by wpdavis):

  * status:  closed => reopened
  * severity:  normal => major
 * cc: wpdavis (added)
  * component:  Export => Import
  * version:  3.0 => 3.0.1
  * resolution:  fixed =>


Comment:

 Sorry to open this back up again, but while the patch works for exporting
 correctly, the wordpress importer still doesn't read custom taxonomies. It
 only looks for tags on line 466.

 {{{
 preg_match_all('|<category domain="tag">(.*?)</category>|is', $post,
 $tags);
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12180#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list