Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#12234 closed defect (bug) (worksforme)

Import from a wordpress export file, post thumbnails won't be imported

Reported by: kamiyeye's profile kamiyeye Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.9.1
Component: Import Keywords:
Focuses: Cc:

Description

Repro Steps:


  1. Export a site with some posts have thumbnails set
  1. Import to another site
  1. Open a post has thumbnail set

Expected Results:

  1. The thumbnail is imported

Actual Results:

  1. The thumbnail doesn't get imported

Change History (3)

#1 @nacin
15 years ago

  • Milestone changed from 2.9.3 to 3.0

Don't think we export thumbnail IDs either.

#2 @yoavf
15 years ago

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

Works for me on trunk:

<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[230]]></wp:meta_value>
</wp:postmeta>

#3 @nacin
15 years ago

  • Milestone 3.0 deleted
Note: See TracTickets for help on using tickets.