Media Library Categories - Premium

Adds the ability to use categories in the media library. When activated a dropdown of categories will show up in the media library. You can change the category of multiple items at once with bulk actions.

Features

Installation

For a manual installation via FTP:

  1. Upload the 'wp-media-library-categories' directory to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' screen in your WordPress admin area
  3. A dropdown of categories will show up in the media library

To upload the plugin through WordPress, instead of FTP:

  1. Upload the zip file 'wp-media-library-categories-installable.zip' on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate.
  2. Activate the plugin through the 'Plugins' screen in your WordPress admin area
  3. A dropdown of categories will show up in the media library

Automatic Updates

Use Envato Market WordPress plugin to get automatic updates, with a single click, directly from WordPress. Upon a new release, get notified directly from your Wordpress Dashboard. Update the plugin from the Dashboard Plugins with the automated Wordpress functions. Always use the latest version for the best compatibility!

FAQ

How to use separate categories for the WordPress Media Library (and don't use the same categories as in posts & pages)?

By default the WordPress Media Library uses the same categories as WordPress does (such as in posts & pages). If you want to use separate categories you can use a custom taxonomy, this can be set under Settings → Media (or click on the settings quicklink on the WordPress plugins overview page).


How to use category in the [gallery] shortcode?

To only show images from one category in the gallery you have to add the 'category' attribute to the [gallery] shortcode.
The value passed to the 'category' attribute can be either the category slug or the term_id, for example with the category slug:

[gallery category="my-category-slug"]

Or with term_id:

[gallery category="14"]

If you use an incorrect slug by default WordPress shows the images that are attached to the page / post that is displayed. If you use an incorrect term_id no images are shown. Aside from this behavior, the [gallery] shortcode works as it does by default with the built-in shortcode from WordPress (see the WordPress gallery shortcode codex page). If you only want to show attachments uploaded to the page and filtered by category than use the 'id' in combination with the 'category' attribute. For example (the id of the post is 123):

[gallery category="my-category-slug" id="123"]

Or leave id empty for current page / post:

[gallery category="my-category-slug" id=""]

In this example the slug is used, but you could also use the term_id.


Can I upgrade from the free version to the premium version without problems?

Yes, you can delete the free version and then install the premium version. All assigned categories will be remembered.

Changelog

2.8.2

2.8.1

2.8.0

2.7.3

2.7.2

2.7.1

2.7

2.6.1

2.6

2.5

2.4.3

2.4.2

2.4.1

2.4

2.3

2.2

2.1.6

2.1.5

2.1.2

2.1.1

2.1.0

2.0.9

2.0.8

2.0.7

2.0.6

2.0.5

2.0.4

2.0.3

2.0.2

2.0.1

2.0

Before 2.0