Answer the question
In order to leave comments, you need to log in
Import from custom wordpress table?
Good day to all,
I'm a beginner web dev, I ran into a problem. I am doing one project, it was necessary to import some data from Facebook, I created a separate table in the database for this, downloaded and parsed the data using curl and saved it there. All this now looks like a calendar, where events are displayed, with photos, links and so on. The customer asked to add the ability to add a photo and description to this event already from the WordPress admin panel. Accordingly, now you need to do something like a custom type of records, where records from this table will be imported.
Is there any best way to implement this?
Answer the question
In order to leave comments, you need to log in
According to the correct one, it was necessary not to make a custom table, but a Custom Post Type. And then the question would not arise.
Now either cut the crutches further (if you started with crutches). Or try to go the hard way pulling on the WP List Table API https://codex.wordpress.org/Class_Reference/WP_Lis...
There are two ways:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question