admin管理员组

文章数量:1336424

I have developed a custom (private) theme, I plan to use on multiple installations. I would like to have the theme installed on installation (A) and whenever there is a change made to it on (A), update it on installations (B), (C),... by simply "updating" it inside the dashboard (not uploading the updated version).

Sorry, I have no idea how to do that and maybe I asked Google the wrong questions, but I have not found a solution there either?

And the same for plugins? Where must plugins be stored so that updates are recognized wherever the plugins are installed. Thanks for your patience.

Vlo

I have developed a custom (private) theme, I plan to use on multiple installations. I would like to have the theme installed on installation (A) and whenever there is a change made to it on (A), update it on installations (B), (C),... by simply "updating" it inside the dashboard (not uploading the updated version).

Sorry, I have no idea how to do that and maybe I asked Google the wrong questions, but I have not found a solution there either?

And the same for plugins? Where must plugins be stored so that updates are recognized wherever the plugins are installed. Thanks for your patience.

Vlo

Share Improve this question asked May 29, 2020 at 13:42 Robin AlexanderRobin Alexander 1538 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The easiest way to do this is the WP theme directory and the WP plugin directory respectively, but if you want to keep them private this may not be an option.

https://github/afragen/github-updater is a good alternative, you can configure it with a private key to update your own themes/plugins from a github repo.

If that's not what you're after then you'll have to look at hosting the theme files and using your own update scripts, which is a fair bit more complex.

本文标签: pluginsHow to store a custom theme and update it on other installations