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).
Avis
Il n’y a aucun avis sur cette extension.
Contributeurs & développeurs
« SQL To CPT » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « SQL To CPT » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Historique des changements
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.