WP Manifestindependent plugin directory
manifest / media / attachment-taxonomies-feature

Attachment Taxonomies (Feature Plugin)

Feature plugin to improve attachment taxonomy support in WordPress.

by The WordPress Team · github.com/felixarntz/attachment-taxonomies-feature · website

7stars
6composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/felixarntz/attachment-taxonomies-feature/archive/refs/heads/master.zip

Also on Packagist as felixarntz/attachment-taxonomies-feature:

composer require felixarntz/attachment-taxonomies-feature

From the readme

Attachment Taxonomies (Feature Plugin) Attachment Taxonomies is a WordPress Core feature plugin to improve support for attachment taxonomies and possibly ship a default one. The current level of support for attachment taxonomies is rudimentary. They can easily be registered, but won't show up in a proper UI as part of the media library. The feature plugin is originally based on the plugin Attachment Taxonomies, but will need an overhaul and several improvements to possibly become part of Core. Installation 1. Upload the entire attachment-taxonomies-feature folder to the /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress.

Read the full README on GitHub →