2.4k questions

2.4k answers

99.5k users

Categories

0 votes
70 views

How do you copy and paste code between WordPress sites?
in WordPress by (95.8k points)

1 Answer

0 votes

If it is a plugin you just SFTP (see Filezilla) from the one site to another. Let’s say local host to Web Server. The plugins are in the dir /wp-content/plugins/<my plugin>, just FTP to the Destination, then enter to the Dashbord of Destination Plugin and Activate & Configure.

Another way is with Git, you local installation is needed to update your Wen inststallation , as two Git repositories. Transfer what is needed, NOT TRASFER wp-config.php that includes passwords.

by (95.8k points)
...