Opened 16 years ago
Closed 16 years ago
#10462 closed defect (bug) (fixed)
WordPress export and import should support sticky post status
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.1 |
Component: | Import | Keywords: | has-patch |
Focuses: | Cc: |
Description
The WordPress export doesn't include the sticky post status of posts. My patches add a <wp:is_sticky></wp:is_sticky> item to the export format, with two legal values: zero and one. Zero means the post is not sticky and one means the post is sticky.
I've included a patch to the WordPress import that looks for <wp:is_sticky> and sets a post as sticky if the value is one.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [11774]) Add support for sticky posts to the WXR exporter and importer. Fixes #10462 props josephscott.