A simple UI to access Liara S3 storage files within your WordPress site.
To list all files in your Liara bucket, simply use the [liara-list-files]
shortcode inside your post or page. To limit the file list to a specific folder, use the [liara-list-files location="books"]
shortcode.
The plugin supports internationalization (i18n) through translation files (po/mo
). The provided .pot file helps you translate the plugin into your preferred language. If the language files do not load your locale, copy the po/mo
files from /languages directory to the /wp-content/languages/plugins directory in your WordPress installation.
This plugin generates an unordered list element to display all your files in a defined bucket/path. This ul
element has a liara-files
class, allowing you to style it with CSS.