Automattic / newspack-custom-content-migrator

Custom migration tasks for launching and migrating Newspack sites on Atomic
5 stars 5 forks source link

add: Newsroom NZ migration script for subtitles #291

Closed dkoo closed 1 year ago

dkoo commented 1 year ago

Adds a WP CLI script for 1200550061930446/1204502855407758. Queries all posts that start with a bolded and italicized paragraph (NZ's standard format for subtitles) and moves those paragraphs to the newspack_post_subtitle meta field instead.

To test, ensure you have some posts whose first block is a paragraph containing bolded + italicized text. run wp newspack-content-migrator newsroomconz-migrate-subtitles. Supports a --dry-run flag to print changes without persisting.

Hint: a lot of whitespace changes from my IDE, so disable whitespace changes to see the true changeset.