Help me please. How can this be done?
I have a WordPress site and a database table that is automatically updated every day. The wpDataTables plugin is also installed.
Every day a clone of the page with the wpDataTables id=1 table is created.
How to populate a table with data from a mysql database and commit it ? It is to fill the table with data, as if they were entered there manually. So that each of the pages displays data only for that day?
Those. Page 1 = table with data for the 1st day.
Page 2 = table with data for day 2.
At the moment, I do not understand how this can be done, because the plugin is bound to a database table and always displays only the latest information from it.
This is necessary in order not to create a bunch of duplicate tables in the database of this site. After all, each page will already be in the database. Plus, table styles from this plugin are used.
Perhaps this functionality is in another plugin?
[ad_2]