该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Theme Downloader

描述

Most themes are licensed under the GPL, which makes it completely legal for you to do whatever you like with them, so long as you don’t restrict what other people, in turn, can do with them. This is a type of copyleft license, and it means that you are free to redistribute any GPL-compliant themes any way you like!

Unfortunately, it’s often hard to actually do. While it’s easy to upload a theme as a zip file, it’s difficult to get the theme back afterwards! This plugin aims to make that a bit easier.

If your server is capable of making Zip archives, and your user account has the edit_themes capability, then this plugin will let you download any of your themes — including any modifications you’ve made to the code of it — as a Zip file that you can then reinstall on any other WordPress site!

Enjoy! 🙂

P.S. — If the author of your theme didn’t license it on a GPL-compliant license, make sure you’re not breaking any licensing terms by what you do with the theme once you’ve downloaded it!

安装

  1. Install and activate the plugin via the WordPress Plugin Installer.
  2. Go to the Manage Themes screen, and use the newly added download links!
  3. There is no step three!

常见问题

Why won’t it display the download links?

Well, there’s two possible reasons. For one, your server may not be able to create zip archives. If that’s the case, there’s not much you can do.

The second possible reason is if you don’t have the proper capabilities. If you don’t have the edit_themes capability, you can’t download them either. Sorry!

评价

2016年9月3日
It doesn't work for me. I can't see any download link at theme page
2016年9月3日
At first I could not find the download button either, turns out that I went to the page where I could select the theme to use. Instead, I tried going to the page where I can edit the theme itself within Wordpress, and the download button was there. Worked wonderfully 🙂
阅读所有14条评价

贡献者及开发者

“Theme Downloader” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Theme Downloader”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1

  • Add compatability for WordPress 3.8 and 3.9, as they dropped a filter when implementing the new Theme Experience (THX-38)
  • See: https://core.trac.wordpress.org/ticket/26930

1.0.1

  • Added some code in r721178 to account for Network Admin Themes page passing different arguments to the theme_action_links filter.

1.0

  • Initial release.