Frontend editing and inner join
-
Hi there,
I am having an issue with the frondend editing and a WordPress-based table. I have seen in a previous post that you cannot edit from the frontend when your table is based on an “INNER JOIN” sql query.
However, I had the idea of creating a table that will always be up to date and will be based on an “INNER JOIN” between wp_posts and wp_postmeta. I will show this table with wpDataTables in order to be able to modify it from frontend and these modifications would update the values of a column on wp_postmeta.
I am a newbie in WordPress coding development but I have some little knowledge about PHP and SQL. I am just stuck about how data could be updated live.
Can you, please, try to help me out in this ?
Many thanks to all of you.
- The topic ‘Frontend editing and inner join’ is closed to new replies.