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
- Upload the FOLDER 'wp-DirLs' to the /wp-content/plugins/
- Activate the plugin 'WP-DirLs' through the 'Plugins' menu in admin
- Go to 'Manage / DirLs' for more instructions
Upgrade from a previous version
- Deactivate 'WP-DirLs' through the 'Plugins' menu in admin
- Upload the FOLDER 'wp-DirLs' to the /wp-content/plugins/
- Activate the plugin 'WP-DirLs' through the 'Plugins' menu in admin
Plugin page at WordPress Plugins Development #menorcadev.