All Projects → felixarntz → attachment-taxonomies

felixarntz / attachment-taxonomies

Licence: GPL-3.0 license
This plugin adds categories and tags to the WordPress media library - lightweight and developer-friendly.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to attachment-taxonomies

laramedias
A Laravel package that integrates Glide for easily manage medias on your project
Stars: ✭ 18 (-28%)
Mutual labels:  media-library
nuclear
Polymorphic and Multilingual CMS powered by Laravel
Stars: ✭ 31 (+24%)
Mutual labels:  media-library
mpp
Rockchip MPP(Media Process Platfrom)
Stars: ✭ 86 (+244%)
Mutual labels:  media-library
octopus
CD/DVD/HD/SD Indexer. Creates indexes of your floppies, CD/DVD disks, hard/external/network disks, pendrives and other removables media.
Stars: ✭ 19 (-24%)
Mutual labels:  media-library
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+36%)
Mutual labels:  media-library

WordPress plugin WordPress Build Status Code Climate Test Coverage Latest Stable Version License

Attachment Taxonomies

This plugin adds categories and tags to the WordPress media library - lightweight and developer-friendly.

Features

  • Adds categories and tags to the Media Library (independent from the regular post categories and tags)
  • Inserts filter dropdowns for attachment taxonomies into the media toolbar and media modal
  • Allows to pick taxonomy terms for attachments from within the Attachment Selection & Edit modals
  • Lightweight plugin following WordPress Core principles
  • "Decisions, not Options"
  • Can easily be used as a must-use plugin
  • Provides a flexible API to add other attachment taxonomies or disable the existing ones for developers
  • Developers are free to use the plugin-provided object-oriented taxonomy approach or use familiar WordPress Core functions

Installation and Setup

You can download the latest version from the WordPress plugin repository.

If you like, you can also use it as a must-use plugin by moving the directory into the wp-content/mu-plugins directory and then moving the main file attachment-taxonomies.php from the plugin's directory to the must-use plugins root directory (i.e. from wp-content/mu-plugins/attachment-taxonomies to wp-content/mu-plugins). Note that, while must-use plugins have the advantage that they cannot be disabled from the admin area, they cannot be updated through WordPress, so you're recommended to keep them up to date manually.

Once the plugin is activated, you will see two new submenu items under Media (Categories and Tags). The plugin follows the WordPress Core philosophy "Decisions, not Options" - therefore there is no additional settings screen. However, the plugin is easily extendable and adjustable by developers, providing a flexible API. So if the base configuration does not suit your needs, it shouldn't be too hard to change that.

Contributions and Bugs

If you have ideas on how to improve the plugin or if you discover a bug, I would appreciate if you shared them with me, right here on Github. In either case, please open a new issue here!

You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].