Z
Z
zatocnik2020-06-02 16:10:50
SQL
zatocnik, 2020-06-02 16:10:50

How to fully import records into WordPress database?

How to fully import records into the WordPress database completely?
There is a database on WordPress in which there are only pages, but there are no records.
How to import only records into this database.
The standard import plugin is unfinished. It doesn't attach pictures.
Is it possible to somehow download the necessary tables in phpmyadmin, and then make an SQL import query?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2020-06-02
@azerphoenix

To import posts, pages, etc. use the Wp All Import plugin. Export to xlsx first || csv, and then import through the plugin.
Another option, if you only have a database, but no website, then as an option you can connect the database to some self-written script, then extract records from it. then using the Wordpress REST API to import to the production site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question