Home > Blockchain >  How to build a Wordpress website with Elementor in a team?
How to build a Wordpress website with Elementor in a team?

Time:09-05

My team and I are currently developing WordPress using Elementor as the theme builder. Every member of the team will use their laptop/PC to develop. Because we using Elementor, any changes that occur will immediately change the data in our database. If we just upload our database to the server, obviously it will keep overwriting previous changes. Is there any best practice to develop WordPress using Elementor in order to avoid this kind of risk?

Thank you guys :)

CodePudding user response:

Why don't you work directly online with several administrators? If someone is modifying a page, Wordpress will ask you if you want to take the lead on it (and overwrite previous changes from your colleagues)

Moreover, you can still define draft pages so you won't affect the live website and then, when it is ready, you can switch for the new page!

  • Related