Description
This plugin helps you migrate legacy SQL database tables to WordPress’ Custom Post Types (CPT). It provides a user-friendly interface that enables users upload an SQL file which is then parsed and converted to a CPT with meta data that is recognisable within WordPress.
If you ever need to migrate a non-WordPress database table into WP, look no further. This is exactly what you need!
Contribute
If you’d like to contribute to the development of this plugin, you can find it on GitHub.
To build, clone repo and run yarn install && yarn build
Installation
- Go to ‘Plugins > Add New’ on your WordPress admin dashboard.
- Search for ‘SQL To CPT’ plugin from the official WordPress plugin repository.
- Click ‘Install Now’ and then ‘Activate’.
- Head over to the ‘SQL to CPT’ options page.
- Upload an SQL file of your choice and watch it convert to a Custom Post Type (CPT).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SQL To CPT” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SQL To CPT” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Change hook names to use
sqlt
prefix. - Custom Hooks now bear
sqlt_cpt_table_name
,sqlt_cpt_table_columns
,sqlt_cpt_table_rows
. - Tested up to WP 6.6.2.
1.0.0
- Add ability to upload SQL file to Custom Post Type (CPT).
- Custom Hooks
sqlt_cpt_table_name
,sqlt_cpt_table_columns
,sqlt_cpt_table_rows
. - Custom Options page.
- Fix bugs & linting issues.
- Tested up to WP 6.6.2.