Opened 14 years ago
Closed 14 years ago
#14677 closed enhancement (fixed)
Use BASENAME as post_name map in Movable Type / TypePad import
Reported by: | niallkennedy | Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | has-patch |
Focuses: | Cc: |
Description
The current version of movabletype-importer does not map Movable Type / TypePad slugs to WordPress slugs (basename and post_name in respective vocabularies).
The attached patch recognizes the BASELINE line and saves as the post object's post_name. I have also changed dynamic strings to static for speed and changed "MovableType" to "Movable Type" to match the brand.
If committed this patch will better help transition post URLs between Movable Type and TypePad blogs and their new WordPress blog.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Map basename to post_name. Static strings instead of dynamic. Movable Type not MovableType.