开发者 |
seinoxygen
moabi |
---|---|
更新时间 | 2016年7月21日 05:38 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.5.3 |
版权: | MIT License |
版权网址: | 版权信息 |
custom.css
in the plugin folder. It will allow you to upgrade the plugin without loss your custom style.
缓存功能
The plugin caches all the data retrieved from Github every 10 minutes to avoid exceed the limit of api calls.
Since version 1.1 you can clear the cache from the plugin settings page located in the Wordpress settings menu.
Since version 1.2.6 you can add your github credentials
技术支持
If you have found a bug/issue or have a feature request please report here: https://github.com/seinoxygen/wp-github/issues
wp-github
directory to the /wp-content/plugins/
directoryYou can use the following codes to display profile, repositories, commits, issues and gists:
Embeed profile:
[github-profile username="seinoxygen"]
List last 10 repositories:
[github-repos username="seinoxygen" limit="10"]
List last 10 commits from all repositories:
[github-commits username="seinoxygen" limit="10"]
List last 10 commits from a specific repository:
[github-commits username="seinoxygen" repository="wp-github" limit="10"]
List last 10 issues from all repositories:
[github-issues username="seinoxygen" limit="10"]
List last 10 issues from a specific repository:
[github-issues username="seinoxygen" repository="wp-github" limit="10"]
List last 10 gists from a specific user:
[github-gists username="seinoxygen" limit="10"]