Апісанне
This plugin makes the themes upgrade easy to the user. Using the admin upgrade messages and system.
Ўсталёўка
(This plugin hopes that you host a zip file and a list of the theme’s versions to be downloaded)
- Upload
wp-theme-update.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- You need to create a update.php file inside your theme and add a filter to ‘custom_theme_updater_parse_request’ in this file to parse the list of versions, at least
- You can also add ‘custom_theme_updater_request_url’ and ‘custom_theme_updater_download_url’ filters to change the URLs
Часта задаваныя пытанні
- Installation Instructions
-
(This plugin hopes that you host a zip file and a list of the theme’s versions to be downloaded)
- Upload
wp-theme-update.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- You need to create a update.php file inside your theme and add a filter to ‘custom_theme_updater_parse_request’ in this file to parse the list of versions, at least
- You can also add ‘custom_theme_updater_request_url’ and ‘custom_theme_updater_download_url’ filters to change the URLs
- Upload
Водгукі
На гэты плагін няма водгукаў.
Удзельнікі і распрацоўшчыкі
“WP Theme Update” is open source software. The following people have contributed to this plugin.
УдзельнікіПеракласці “WP Theme Update” на вашу мову.
Зацікаўлены ў распрацоўцы?
Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.
Журнал змяненняў
1.1.0
- Added option to insert ‘header’ to the requests
1.0.3
- Fixed strange bug with other plugins updates
1.0.2
- Fixed wrong folder name inside the zip of update theme
1.0.0
- First version