admin管理员组

文章数量:1201975

I'm currently developing an WordPress theme for a client of mine. I want it to be hosted on GitHub, so my client can update the theme whenever I release a new update of the theme. The problem is that I don't know how to host a theme on GitHub and have a private key saved in the code somewhere, without anyone can see it.

Can someone help me out? Thanks in advance!

I'm currently developing an WordPress theme for a client of mine. I want it to be hosted on GitHub, so my client can update the theme whenever I release a new update of the theme. The problem is that I don't know how to host a theme on GitHub and have a private key saved in the code somewhere, without anyone can see it.

Can someone help me out? Thanks in advance!

Share Improve this question asked Jun 1, 2022 at 10:44 MushyMushy 113 bronze badges 2
  • 1 Did you already see this Q&A from StackOverflow? – kero Commented Jun 1, 2022 at 12:20
  • Yeah, I have already seen that, but I'm still confused how to set it up. @kero – Mushy Commented Jun 1, 2022 at 12:32
Add a comment  | 

1 Answer 1

Reset to default 0

You can use WP Pushar to update the theme from github. It will give you synchronize button in the dashboard to synchronize it with github repo.

Here is overview video you can use WP Pusher with your site.

Here is article that explaining how you can update theme from github using WP Pusher. Also watch that video to understand it more clearly. Video

本文标签: How to host your WordPress theme on github and make my theme updatable for my client