Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nitsan-technologies/ns_wp_migration
- Owner: nitsan-technologies
- Created: 2023-03-03T14:31:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T12:15:27.000Z (9 months ago)
- Last Synced: 2024-04-09T16:31:59.811Z (9 months ago)
- Language: PHP
- Size: 5.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
# 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`