Community Gallery Tags
WordPress plugin that lets users upload photos and tag them with a people taxonomy. Registers a gallery block, single block, media-image block, upload-media block, and people-tag-list block, plus creates a community gallery page on activation.
by The WordPress Contributors · github.com/a8cteam51/community-gallery-tags
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/a8cteam51/community-gallery-tags/archive/refs/heads/main.zipReadme
=== Community Gallery Tags === Contributors: georgestephanis Tags: block Tested up to: 6.7 Stable tag: 1.2.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Allow your users to upload photos and tag them
== Description ==
This plugin allows authenticated users to upload images to your WordPress site, which are displayed in a Gallery. It also gives users the ability to tag the any photos in the Gallery.
The tags are added to the Media images as a custom people taxonomy. All tags added to images must be approved in the WP Admin before they appear on the site.
Clicking on a tag leads to a people archive page which displays all the images with that Tag.
Multiple Galleries can be added to the site. Only images attached to the viewed page will display in that Gallery.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/community-gallery-tagsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
== Changelog ==
= 0.2.0 =
- Added Upload Media Block
- Added People Tag List block
- Added Media Image Block
- Added Media Image Navigation Block
- Added people taxonomy template
- Added Media Single template
- Added Gallery page block pattern
- Added Community Gallery page when plugin is activated
- Updated Gallery block to make it look better in the block editor
- Updated the styles
= 0.1.0 =
- Added Gallery Block
- Added Single Tag Block
- Added People custom taxonomy
- Added admin functionailty to allow for approving Tags