最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

multisite - Update Same Contents on every Page

matteradmin9PV0评论

I have same Table on 10 different pages.
Table is basically of prices and rates.
I have to update it every once a day or week.
The problem is I have to update it opening every page.
yes I do copy paste after editing one table.
But i want to know if there is a method to update the table, which will the then reflect the update to all the table.
All the tables are exact and same.

I have same Table on 10 different pages.
Table is basically of prices and rates.
I have to update it every once a day or week.
The problem is I have to update it opening every page.
yes I do copy paste after editing one table.
But i want to know if there is a method to update the table, which will the then reflect the update to all the table.
All the tables are exact and same.

Share Improve this question asked Jan 17, 2019 at 8:35 AnujAnuj 1
Add a comment  | 

1 Answer 1

Reset to default 0

Show the values of the table form database on the frontend and update the value in the database if any value changed in any table then there is no need to change the table on each page. You can create the short-code for the table and used it on any page where you want.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far