Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitsan-technologies/ns_wp_migration

Easy Migration from WordPress to TYPO3 CMS
https://github.com/nitsan-technologies/ns_wp_migration

Last synced: about 1 month ago
JSON representation

Easy Migration from WordPress to TYPO3 CMS

Awesome Lists containing this project

README

        

# ns_wp_migration

One-click Migration from WordPress `Posts` to TYPO3 `EXT:blog Pages` and `Ext:news posts`

# Pre-Require for Extension
- TYPO3 V11
- PHP ^8.0
- EXT: news (https://extensions.typo3.org/extension/news)
- EXT: md_news_author (https://extensions.typo3.org/extension/md_news_author)
- EXT: blog (https://extensions.typo3.org/extension/blog)

# Backend Module `WP Migration`

- Step 1. Install `ns_wp_migration` extension.
- Step 2. Go to `WP Migration` backend module.
- Step 3. Import CSV (see below export WordPress-CSV section)
- Step 4. Set Storage-PID
- Step 5. Click on "Submit" - You're Done!
- Step 6. In Sucess, You can see report from Log Manager.

# Sample Exported `Posts-CSV` from WordPress

You can use this plugin to `Export Posts-CSV` with this WordPress Plugin https://en-gb.wordpress.org/plugins/jc-importer/

Export Posts-CSV

# Next To-Do

- Auto-migration from WP `Posts` to T3 `Standard Pages`
- Auto-migration from WP `Posts` to T3 `EXT:news Records`
- Auto-migration from WP `Posts` to T3 `EXT:blogs Records`
- Auto-migration from WP `Categories` to T3 `System Categories`
- Auto-migration from WP `Author` to T3 `EXT:blogs and EXT: md_news_author Records`