Linux 软件免费装

Plugin Showcase

开发者 bradt
更新时间 2009年12月14日 09:44
PHP版本: 2.0 及以上
WordPress版本: 2.8

标签

plugin development plugin showcase plugin list

下载

0.1.1

详情介绍:

Ideally all open source Wordpress plugins could be hosted at Wordpress.org. Unfortunately, that is not the case (not yet anyway) and publishing your own plugins can be a pain. This plugin solves that problem by allowing plugin developers to showcase all their plugins just by dropping them into a folder. Plugin Showcase works much the same as the Wordpress.org plugin directory. It looks through the given folder, parses any 'readme.txt' files and PHP files containing meta data in the header, and returns a neat array of all the meta data. The readme.txt files must conform to Wordpress.org's Readme Standard and can be validated using Wordpress.org's Readme Validator.

安装:

  1. Download plugin-showcase.<version>.zip
  2. Unzip the archive
  3. Upload the plugin-showcase folder to your wp-content/plugins directory
  4. Activate the plugin through the WordPress admin interface
  5. Create custom templates in your Wordpress theme using Plugin Showcase's ps_get_plugins and ps_get_plugin API functions