這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP-DirLs

描述

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:
* WordPress URL: http://example.com/wp/
* WordPress path: /var/www/wp/
* Files URL: http://example.com/files/
* Files path: /var/www/files/
* Shortcode to use: [dirls dir=”../files” url=”http://example.com/files”]

Can I list remote directories?

No, just list a local directory.

I need more help!

Visit my plugin page.

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP-DirLs” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP-DirLs 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

Visit my plugin page for the changelog.

Plugin page at WordPress Plugins Development #menorcadev.