以下是有关如何执行此操作的完整文档:Github updater - Documentation
Upload in wordpress
下载最新标记的存档(选择“
zip“选项)。
解压缩存档文件,将文件夹正确重命名为github-updater, 然后re-zip 文件。
转到插件->添加新屏幕,然后单击上载选项卡。
直接上传压缩的归档文件。
转到插件屏幕并单击激活。
[Description]
该插件旨在简单地更新任何GitHub托管的WordPress插件或主题。您的插件或主题必须在样式中包含标题。css标头或插件标头中表示GitHub上的位置。格式如下。
GitHub Plugin URI: afragen/github-updater
GitHub Plugin URI: https://github.com/afragen/github-updater
或
GitHub Theme URI: afragen/test-child
GitHub Theme URI: https://github.com/afragen/test-child
...其中,上述URI导致
owner/repository 主题或插件。URI的格式可能为
https://github.com/<owner>/<repo>
或短格式
<owner>/<repo>
. 你不需要两者兼而有之。只需要一个插件或主题URI。
You must not 包括任何扩展,如
.git
.
[Usage]
一
Github updater - Documentation定有
GitHub Plugin URI
,
Bitbucket Plugin URI
, 或
GitLab Plugin URI
插件标题中的声明。
/*
Plugin Name: GitHub Updater
Plugin URI: https://github.com/afragen/github-updater
Description: A plugin to automatically update GitHub, Bitbucket or GitLab hosted plugins and themes. It also allows for remote installation of plugins or themes into WordPress.
Version: 1.0.0
Author: Andy Fragen
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Domain Path: /languages
Text Domain: github-updater
GitHub Plugin URI: https://github.com/afragen/github-updater
GitHub Branch: master
*/
Themes
一定有
GitHub Theme URI
,
Bitbucket Theme URI
, 或
GitLab Theme URI
中的声明
style.css
文件最初添加主题时,目录
must 与回购名称相同。
/*
Theme Name: Test
Theme URI: http://thefragens.net/
Version: 0.1.0
Description: Child theme of TwentyTwelve.
Author: Andy Fragen
Template: twentytwelve
Template Version: 1.0.0
GitHub Theme URI: https://github.com/afragen/test-child
GitHub Branch: master
*/
希望这有帮助。
请让我知道