Linux 软件免费装
Banner图

WP-DirLs

开发者 paucapo
更新时间 2012年11月15日 23:42
捐献地址: 去捐款
PHP版本: 3.3 及以上
WordPress版本: 3.3.2

标签

files listing directory ls

下载

0.1 0.2

详情介绍:

List a local directory in a post or page using shortcode: [dirls dir="/var/www/dir/" url="http://example.com/dir/"] Output HTML: <ul class="dirls"><li class="dirls_mimetype dirls_ext_extension"><a href="$fileurl">$file</a></li></ul> If $file don't have any extension class="dirls_ext_none". Plugin page at WordPress Plugins Development #menorcadev.

安装:

First time installation
  1. Upload the FOLDER 'wp-DirLs' to the /wp-content/plugins/
  2. Activate the plugin 'WP-DirLs' through the 'Plugins' menu in admin
  3. Go to 'Manage / DirLs' for more instructions
Upgrade from a previous version
  1. Deactivate 'WP-DirLs' through the 'Plugins' menu in admin
  2. Upload the FOLDER 'wp-DirLs' to the /wp-content/plugins/
  3. Activate the plugin 'WP-DirLs' through the 'Plugins' menu in admin Plugin page at WordPress Plugins Development #menorcadev.

常见问题:

Can I list a relative directory?

Yes, you just need to use a relative directory from your WordPress installation path. For example:

Can I list remote directories?

No, just list a local directory.

I need more help!

Visit my plugin page.

更新日志:

Visit my plugin page for the changelog. Plugin page at WordPress Plugins Development #menorcadev.