<form id="mla-search-form" action="." method="post">
<input id="mla-search-box" name="search-string" type="text" value="" /> <input id="submit" name="submit" type="submit" value="Search" />
</form>
Enter a search value above to display gallery.
The WordPress Real Media Library: Media Library Folder & File Manager plugin helps you with media management. Organize thousands of uploaded files into folders, collections and galleries. You can add parameters to the shortcode to filter the gallery display by RML folder, collection or gallery ID. There are three shortcode parameters for this purpose:
mla_rml_folder |
the name of the RML folder, collection or gallery from which to source items gor the gallery display. You can find the ID of a folder easily in your media library. Simply select a folder, afterwards click the three-dots icon in the folder toolbar. A dialog opens and in the bottom right corner you can find a number which represents the folder ID. |
mla_rml_include_children |
"false" (the default) to restrict the potential items to the specific folder or gallery named in the mla_rml_folder parameter. Set it to "true" to include items in folders contained in the specific folder or collection named in the shortcode. |
mla_allow_rml |
(optional) "false" (the default) to remove the RML parameters from database queries. "true" to preserve the parameters. This parameter is only useful for performance testing purposes. It is automatically set to "true" if the mla_rml_folder parameter is present. You can safely ignore it. |
You can use the other data selection parameters to further refine your query. For example, you can use post_mime_type=application/pdf
to display only the PDF documents in a folder, or use application_category=abc
to display only the images assigned to Att. Category "abc" in an RML gallery.