Title: Medialist
Author: mauvedev
Published: <strong>Август 12, 2019-ж.</strong>
Last modified: Апрель 15, 2025-ж.

---

Плагиндерди издөө

![](https://ps.w.org/media-list/assets/banner-772x250.png?rev=2524568)

![](https://ps.w.org/media-list/assets/icon-128x128.png?rev=2453502)

# Medialist

 Автору [mauvedev](https://profiles.wordpress.org/mauvedev/)

[Жүктөө](https://downloads.wordpress.org/plugin/media-list.1.5.0.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/media-list/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/media-list/#reviews)
 *  [Орнотуу](https://ky.wordpress.org/plugins/media-list/#installation)
 * [Development](https://ky.wordpress.org/plugins/media-list/#developers)

 [Колдоо](https://wordpress.org/support/plugin/media-list/)

## Сүрөттөө

Medialist plugin is designed to make displaying posts or attached page media, documents
and more an easy process. Upload your content, attach it to a page, then place a
medialist shortcode to display a neat list of items. You can customise the shortcode
to only display a certain category or a certain number of items if you wish and 
also alter the style to suit your page.

### Features

**Note:** This plugin does not add a menu item to the wordpress dashboard, functionality
and customisation is purely in the form of a shortcode.

 * Incredibly lightweight
 * List posts and posts by author
 * List page attachments
 * List posts and attachments by tag
 * Define a category of items to display
 * Define how many items to display
 * Define the order in which items are displayed
 * Toggle pagination on/off
 * Multiple built-in styles
 * Displays the item type with identifiable icons, with the items download size
 * Place the shortcode anywhere on a page/post
 * Ability to use the shortcode many times on a single page. You can split categories,**
   On the same page**, thats fun.
 * Ability to toggle sticky posts on/off
 * Ability to paginate the list of items after a defined number of items
 * Ability to search for items in the list
 * **NEW:** Compatible with RML Real Media Library Plugin.

### How to use the shortcode

Shortcodes are a simple way to add functionality to any wordpress page.
 To use 
this plugins shortcode you need to write the shortcode into the page editor or guttenberg
block where you want your item list to appear.

 1. For a default list write **[medialist]** with the square brackets included (this
    will display all attached media in a list on the page and will display pagination
    at 10 or more items).
 2. To customise the shortcode we add some keywords, for example **[medialist order
    = orderby= category= mediaitems= paginate= style=]**. After each equals(=) sign,
    we need to provide a customisation. All possible customisations are listed below.
    **
    Example** **[medialist type=post order=DESC orderby=date category=recipes,cakes]**
    The above example will display a list of most recent posts by date in descending
    order that have recipes and or cakes as the category.

### Customise the shortcode with additional keywords

**Note:** Some keywords can have multiple options, ensure they are seperated by 
a comma i.e [medialist mediatype=pdf,audio].

 * **type=attachment** (or) **post**
 * **mediatype=excel,pdf,doc,zip,ppt,text,audio,images,other** (You can use more
   than 1 here.)
 * **order=ASC** (or) **DESC**
 * **orderby**=none, ID, author, title, name, type, date, modified, parent, rand,
   comment_count
 * **category=uncategorized,**(any defined category taxonomy assigned to media or
   post items, you can use more than 1 here.)
 * **mediaitems=10** (Provide a number of items you wish to display in the list 
   before pagination)
 * **paginate=0** (Setting paginate to 0 will disable pagination, mediaitems number
   will be the max items displayed, default is 10)
 * **style=ml-default** (Various built-in styles, write one of the style names listed
   below.)
 * **author=author-username-here** (This will display posts uploaded by the specified
   author, case sensitive.)
 * **search=1** (Setting search to 1 will enable a basic search facility.)
 * **tags=** (any defined tag assigned to media or post items, you can use more 
   than 1 here.)
 * **rml_folder=(folder ID)** You can find the folder ID by selecting a folder, 
   and click the three dots on the folder toolbar. A dialog opens and in the bottom
   right corner there is a text label with the ID.

**Note:** If using the RML Real Media Library Plugin, attach your files within RML
folders to the desired page as normal or use the **globalitems=1** attribute.
 **
Other:** The mediatype (other) currently supports exe,sql & xml files.

Available styles

 * ml-metro-light-green
 * ml-metro-green
 * ml-metro-magenta
 * ml-metro-light-purple
 * ml-mauve
 * ml-taupe
 * ml-sienna
 * ml-white

### Override options for shortcode

For special use cases, you may want to override parts of the plugin using the following
shortcode keywords.

 * **sticky=0** (By default sticky posts will be ignored, setting this to 0 will
   pin sticky posts to the top of the list.)
 * **max=200** (By default the plugin will only add 200 items to a list. You can
   override this by setting **max=** to a larger number. Or similarly a smaller 
   number.)
 * **globalitems=1** (By default attachments from the current page (or) post are
   able to be displayed. Setting this attribute to **1** will allow the list to 
   display all items in the Media Library. It is **recommended** to set a category
   attribute first before using this override option.)

**Example** [medialist sticky=0 max=1000 mediaitems=10 type=post order=DESC orderby
=date category=recipes]
 The example will now pin sticky posts to the top and will
also display up-to a thousand items and because mediaitems=10 there will be 10 items
per page for a total of 100 possible pages.

### The defaults

A medialist will by default have the following features unless changed in your shortcode
with keywords

 * Pagination Enabled
 * Display a maximum of 200 items
 * Sticky posts will be ignored
 * A total of 10 items will display per list and paginate for items over this number
 * Generate a list of the mediaitems attached to the current page only and of any
   category
 * Organise each list in ascending order by title

** Significantly older versions of WordPress upto 2 major versions are no longer
tested.**

**Thank You**

## Скриншоттор

 * [[
 * Medialist using the ml-white style
 * [[
 * Medialist using the default style.
 * [[
 * Medialist using the ml-taupe style
 * [[
 * Medialist using the ml-metro-light-green style displaying zips only and pagination
   disabled
 * [[
 * Medialist using the ml-metro-magenta style displaying zips only and pagination
   disabled
 * [[
 * Medialist using the ml-sienna style displaying zips only and pagination disabled
 * [[
 * Medialist using the ml-mauve style displaying a list of posts in ascending order
   by title
 * [[
 * Medialist using the ml-metro-light-purple style displaying a list of posts in
   ascending order by title
 * [[
 * Medialist using the ml-metro-green style displaying a list of posts in ascending
   order by title
 * [[
 * Medialist using the default style with search enabled.
 * [[
 * Shows example files attached to a page and the categories column when in within
   Media Library list view.

## Орнотуу

 1. Upload the **media-list** folder to the **/wp-content/plugins/** directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.

## FAQ.KG

### What file types are supported?

At the moment the following file types are supported – pdf,doc,ppt,xls,txt,csv,cal,
mp3,wav,wma,mid,jpg,gif,png,bmp,tiff,icon,odt,odp,ods,exe,sql,xml

### How do I add a category to media items in WordPress?

Starting with version 1.2.0 the feature to list by category is available for both
attachments and posts. Assign a category from the Media library and on the Page 
or Post Settings as you normally would.

### I’m not seeing the list update when using page builders?

The lists will initially load once on page-load, when the shortcode is changed you
won’t always see the changes in the page builder automatically. To see all the changes
when editing a list shortcode, its best to preview the page.

### I’ve added the shortcode to a page, but it isn’t displaying my attachment?

Make sure that the attachment you have uploaded into the **Media Library** has been
attached to the page the shortcode has been placed on. In the case of Posts, check
you have assigned a category and your shortcode syntax is correct.

## Сын-пикирлер

![](https://secure.gravatar.com/avatar/94a09d89b2cc214eef00a8beecbb6c69377c4fa7117adaf198c6c949c96552cc?
s=60&d=retro&r=g)

### 󠀁[Easy to use plugin](https://wordpress.org/support/topic/easy-to-use-plugin-158/)󠁿

 [Certa Web](https://profiles.wordpress.org/certa/) Ноябрь 6, 2023-ж.

This plugin is easy to use and it suits my purpose. Namely, to display pdf files
in a list, in an easy way for those who need to update the website.

![](https://secure.gravatar.com/avatar/c99f506a0904e02ef039e70e7e75d203e3d0b25e096f7611b43132bf30707f25?
s=60&d=retro&r=g)

### 󠀁[Very Useful Plugin!](https://wordpress.org/support/topic/very-useful-plugin-1460/)󠁿

 [burtons](https://profiles.wordpress.org/burtons/) Июль 12, 2023-ж.

I looked all over for something like this. Great plugin and a great find! Many thanks
to the author.

![](https://secure.gravatar.com/avatar/a8f529c65b812686ff378f13c508314bcf6063b63a130fb112bf2d69625e50e4?
s=60&d=retro&r=g)

### 󠀁[Sehr (sehr) hilfreich für Downlaod-Datein](https://wordpress.org/support/topic/sehr-sehr-hilfreich-fur-downlaod-datein/)󠁿

 [pflanzenvielfalt](https://profiles.wordpress.org/pflanzenvielfalt/) Апрель 21,
2022-ж.

Danke für das tolle Plugin. Besonders in Verbindung mit Real Media Library echt 
hilfreich eine große Anzahl von Downlaod-Datein (bei mir PDFs) anzubieten. Hat mir
eine Menge Arbeit erspart und sieht auch noch sehr gefällig aus.

![](https://secure.gravatar.com/avatar/a3784cf7ff2374e35d6fe815f8fefdb615c0951b5666491d46beeb4338f0cc48?
s=60&d=retro&r=g)

### 󠀁[Fantastic plugins!](https://wordpress.org/support/topic/fantastic-plugins-9/)󠁿

 [lucasthaynanmcz](https://profiles.wordpress.org/lucasthaynanmcz/) Апрель 19, 2021-
ж. 1 reply

This plugin helped me a lot with a problem that I had to list files. I spent days
looking for a solution like this and not found it. Thanks to the developers!

![](https://secure.gravatar.com/avatar/c4ebd1a34cce64717d599b059385194e2e5afe95f5cc375d24d9f0aed325c14f?
s=60&d=retro&r=g)

### 󠀁[Very convenient, exactly what I needed](https://wordpress.org/support/topic/very-convenient-exactly-what-i-needed/)󠁿

 [susedv](https://profiles.wordpress.org/susedv/) Август 17, 2020-ж.

This is the feature I’ve been looking for. I had tested other pkugins like Download
Monitor, Download Manager, etc. but they didn’t do what I wanted.

![](https://secure.gravatar.com/avatar/6bf4414988a82d2244789c6600516a8f70d1937e6cdf80f5271a4bced9b788c0?
s=60&d=retro&r=g)

### 󠀁[Useful and convenient to use](https://wordpress.org/support/topic/useful-and-convenient-to-use/)󠁿

 [joben](https://profiles.wordpress.org/joben/) Ноябрь 19, 2019-ж.

This works exactly as intended. If you are familiar with using shortcodes it should
be simple to use it. The developer quickly added support for the standard Office
file formats after I requested it.

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/media-list/reviews/)

## Contributors & Developers

“Medialist” is open source software. The following people have contributed to this
plugin.

Мүчөлөрү

 *   [ mauvedev ](https://profiles.wordpress.org/mauvedev/)

“Medialist” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/media-list/contributors)
for their contributions.

[Translate “Medialist” into your language.](https://translate.wordpress.org/projects/wp-plugins/media-list)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/media-list/), check
out the [SVN repository](https://plugins.svn.wordpress.org/media-list/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/media-list/) by 
[RSS](https://plugins.trac.wordpress.org/log/media-list/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 1.5.0

 * Tested in WordPress upto version 6.8 and PHP version 8.2.12
 * Significant improvements and optimisation to JS, full re-work.

#### 1.4.1

 * Tested in WordPress upto version 6.5 and PHP version 8.2.12

#### 1.4.0

 * A reported Cross Site Vulnerability detected, updated to fix.

#### 1.3.8

 * Added suppot for .mid files

#### 1.3.7

 * Specific file types prevented from opening new tab, will now go direct to download.
 * Some CSS optimisations

#### 1.3.6

 * CSS Accompanying icons update.

#### 1.3.5

 * Added support for exe, sql, xml.

#### 1.3.4

 * Request for compatibility for Real Media Library added. Thanks Matthias(RML dev).

## Мета

 *  Нуска **1.5.0**
 *  Акыркы жаңыртуу **1 жыл мурун**
 *  Активдүү орнотуулар **900+**
 *  WordPress нускасы ** 4.2 же андан жогору **
 *  Tested up to **6.8.5**
 *  PHP нускасы ** 5.4 же андан жогору **
 *  Тилдер
 * [English (UK)](https://en-gb.wordpress.org/plugins/media-list/) жана .[English (US)](https://wordpress.org/plugins/media-list/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/media-list)
 * Тег:
 * [attachments](https://ky.wordpress.org/plugins/tags/attachments/)[File List](https://ky.wordpress.org/plugins/tags/file-list/)
   [media list](https://ky.wordpress.org/plugins/tags/media-list/)[post list](https://ky.wordpress.org/plugins/tags/post-list/)
 *  [Advanced View](https://ky.wordpress.org/plugins/media-list/advanced/)

## Рейтинг

 5 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/media-list/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/media-list/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/media-list/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/media-list/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/media-list/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/media-list/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/media-list/reviews/)

## Мүчөлөрү

 *   [ mauvedev ](https://profiles.wordpress.org/mauvedev/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/media-list/)