You will have to scrape the site for the data, or better if you have back-end
access so you export
the data in a file, then checking the file you can modify it to make it ready for import
in the latest version, just check how it changed.
I did it before but with traditional sites that are jumping to WordPress
. Scrapping the site for the data and creating either a JSON
or a XML
file ready for import
.
Related Posts:
- WordPress 5.3 update causes media library file upload to break – Cannot convert undefined or null to object
- How to disable core and plugin updates
- Managing WP Core & Plugin Updates for Clients
- How Does WordPress Uninclude/Deactivate A Plugin?
- Updating WordPress – the best approach (updating wp core, plugins and db)
- Why does my hand-written plugin installer fail to find `request_filesystem_credentials`?
- explanation for activate_plugin function in wordpress core
- Is this plugin being loaded before file.php, subsequently not allowing me to use certain functions?
- Automatically adding post and pages to new blog setups
- Gutenberg List Extension Block
- Moving WordPress from host without FTP?
- Hook before & after plugin / core update
- How to Dequeue All WordPress Assets
- How do action and filter hooks understand where to look for the core function that we hooked our function to them
- Why is my staging subdomain not sending wordpress_logged_in cookies?
- Two (or more) looks, with one set of content
- Check for security updates
- WordPress and a secondary database?
- PHP Error When a plugin is active
- What’s causing this error? “Warning: Invalid argument”
- Update a core option from plugin settings page
- What is a rock solid development and deployment workflow? [closed]
- Is it possible for a plugin to force reading and writing of uploaded images to a database instead of to a filesystem?
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- getting notifications about updates only in the “core” page
- What is it and from where it is loaded?
- What would make the plugin update process to complete but don’t report as such?
- Does WordPress do any internal caching if no plugin installed?
- Disable “auto embed” feature when pasting text and links
- Trying to get property ‘ID’ of non-object in /wp-includes/class-wp-query.php on line 4044
- WordPress core update fails – no issues with plugin updates
- Upacking the package… stalls, but installs plugin
- Disable auto-embed feature when pasting links in Gutenberg editor?
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Best approach to change mobile background image and adding its class
- Sucuri SiteCheck failing on domain with iThemes Security Pro plugin
- How to translate WP Blog (search, category etc.)?
- WordPress SVN UTF-8 issue
- How can I concatenate variables to search results title? [closed]
- Migrating WordPress – New domain entry, links broken
- Search Results Page filter by page title
- Activate and deactivate plugin automatically
- WooCommerce: after install hook
- Test my WordPress Plugin standard or not
- Theme My Login Shortcode Doesn’t Return Anything
- How retreive saved data from gravity forms in my template?
- is_rtl returns false while it should return true
- issue in wp_localize_script
- Import MS-Access data file to make the searchable page
- License validate function
- Sanitize $_GET variable when comparing
- Include Minit plugin in theme [closed]
- Plugin for an interactive image? [closed]
- Where can I save plugin data?
- echo get_option in header template
- How to display all functions (hooks, filters, or custom php) used on a page inline
- wp_enqueue_style on template_redirect level?
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Clear out old images, any advice?
- problem with sql query
- Access post title from custom meta box on title change
- How to add a new column with text fields to WooCommerce Cart List?
- How to use filter to disable adding a product to wishlist?
- Running multiple security plugins
- Save user total active time after login in wordpress [closed]
- add_query_arg not work in admin
- Add a “View all” button on WooCommerce product archives pages
- Opening a JQuery modal window on click of a button with a JQuery plugin
- I am trying to make a field show and save from quickedit screen
- Merge tags in multistep Gravity Form?
- Add to array, redirect and display
- How to track analytics with a WordPress site under the same domain as my main site?
- Can I clone plugin folder to another directory so that I don’t have to reinstall them?
- correctness of URL
- Woocommerce: limit user to see only the products he created
- Woocommerce singe product custom gallery output works just on the first slide
- how do I secure my WP website from hackers? [closed]
- How do I set up XAMPP to allow me to download plugins and themes?
- How can I load the css and jquery explicitly for the login screen
- Overriding an Array in a Plugin’s Class/Function from functions.php
- wp_redirect doen’t work
- Canvas | Bouncing balls within a container (with gravity and collisions and background-images on the balls)
- Plugin translation not working on WordPress.org
- PHP if statement with German umlauts [closed]
- Send email with list of active plugins upon activation/deactivation
- OceanWP settings are missing from Add New Post [closed]
- Built a second plugin but it overwrote the first one
- WordPress gtag.js with User ID tracking
- Creating a functionality plugin to edit seriously simple podcasting
- Override plugin class which has namespace
- in source code but I can’t find it in files or plugins
- Historical customisations won’t go away [closed]
- Is it unethical to remove another plugin’s meta keys?
- Disable plugin If slug contains specific word
- How to include a custom field in the woocommerce email?
- get_comments_number() giving wrong results! What are alternatives?
- Plugin temporary files and files to download via FTP
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Why does this code snippet create a critical error on my site? [closed]