Media Library Categories

説明

Adds the ability to use categories in the WordPress Media Library. When activated a dropdown of categories will show up in the media library.
You can change / add / remove the category of multiple items at once with bulk actions.
There is even an option to filter on categories when using the gallery shortcode.

Features WordPress Media Library Categories

  • add / edit / remove categories from media items
  • change the category of multiple items at once with bulk actions
  • category options & management in the Media Library
  • filter on categories in the media library
  • filter on categories in the gallery shortcode
  • taxonomy filter
  • support for WordPress 4.0 – 6.4

Try Premium version – 100% money back guarantee
WordPress Media Library Categories Premium adds the option to filter on categories when inserting media into a post or page.
Try now – 100% money back guarantee

スクリーンショット

  • メディアライブラリーのカテゴリ別に絞り込み検索 します。 一括して複数の画像のカテゴリを追加または削除するには、一括操作を使用します。
  • メディアライブラリーのカテゴリーを管理
  • Filter by category when inserting media (premium version)

インストール

WordPress による自動インストール:

  1. WordPress 管理画面でプラグイン「新規追加」画面に移動します
  2. 「Media Library Categories」を検索します
  3. 「今すぐインストール」をクリックし、プラグインを有効化します
  4. メディアライブラリーに、カテゴリーのドロップダウンメニューが表示されます

FTP による手動インストール:

  1. ‘/wp-content/plugins/’ ディレクトリに、Media Library Categories のディレクトリをアップロードします
  2. WordPress 管理画面のプラグイン画面からプラグインを有効化します
  3. メディアライブラリーに、カテゴリーのドロップダウンメニューが表示されます

FTP の代わりに WordPress 経由でプラグインをアップロード:

  1. WordPress 管理画面のプラグイン「新規追加」画面 (「アップロード」タブを参照) からダウンロードした ZIP ファイルをアップロードし、有効化します。
  2. WordPress 管理画面のプラグイン画面からプラグインを有効化します
  3. メディアライブラリーに、カテゴリーのドロップダウンメニューが表示されます

FAQ

WordPress メディアライブラリー専用のカテゴリーを使用する方法 (投稿や固定ページと同じカテゴリーを使用しない)

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).

[gallery]ショートコードでのカテゴリーの使用方法?

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.

投稿や固定ページにメディアを挿入する際にカテゴリーを絞り込むにはどうすればよいですか?

This feature is only available in the premium version

私はあなたに感謝したいです、どこで寄付をすることができますか ?

プラグインを最新の状態に維持することは大変な作業です。寄付をしてサポートしてください。ありがとうございます。ここから寄付をお願いします

評価

2024年2月2日 1 reply
Actually a helpful plugin. But has not been working with WPBakery Page Builder for some time now. Among other things, it blocks adding new images to a gallery.
2023年6月14日
This plugin is great, super helpful. I have been using it to create categories for media items that I then use with Loopers in Theme.co's Pro theme with Grids and Sliders. Saved me tons of work.
2021年8月5日 3 replies
Thank you, a great plug-in. With almost 14,000 photos and after I lost all my categories with Enhanced Media Library plugin which I used for 6 years, this plugin (Media Library Categories) gave me a chance to make new categories again. Hope there will be a choice to remove the appearance of number of photos in each category. Cheers
2020年11月23日
After using the free version for an evening, I popped for the pro version. I found this to be a terrific addition to my media library toolkit as it provides good options for categorizing images. This is helpful when I've uploaded dozens of images and categorized them, and I'm ready to create topic-based sliders or galleries. I can now easily select a category, then choose images within that category without scrolling through 100's of unrelated images. The developer is responsive and helful to questions.
2020年5月8日 1 reply
So the plugin imports all categories from posts to media categories. So that isn't right. Why is that? Then if you delete a category from media then automatically delete the category from posts. So all is a mess. Disappointed.
52件のレビューをすべて表示

貢献者と開発者

Media Library Categories はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Media Library Categories” は9ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Media Library Categories” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.0.1

  • Fix XXS vulnerability

2.0.0

  • Add escape function for input field custom taxonomy slug

1.9.9

  • Fix ‘jQuery.fn.load() is deprecated’ warning

1.9.8

  • Remember selected category in dropdown when filtered

1.9.7

  • Add autocomplete search to the category dropdown in Media Library list view (which can be turned on under Settings → Media)
  • Add usability fix to highlight media library settings section when directly linked

1.9.6

  • Fix taxonomy checkbox on media modal (when using custom taxonomy)

1.9.5

  • Add autocomplete search to the category dropdown in Media Library grid view (which can be turned on under Settings → Media)
  • Fix some translation strings

1.9

  • Add interface (located under Settings → Media) to separate the media categories from the default WordPress categories

1.8

  • Indent child categories in checklist media popup

1.7

  • Support WordPress 5.0
  • Support multiple slugs and id’s in gallery shortcode
  • Support WordPress Coding Standards 1.1.0
  • Add support for Dark Mode in WordPress

See complete changelog for all versions.