WP Manifestindependent plugin directory
manifest / content / post-tag-checklist

Post Tag Checklist

Replace the standard post tag meta box with a category-style checklist (checkboxes).

by Tim Jensen · github.com/timothyjensen/post-tag-checklist · website

4stars
562composer installs
1forks

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/timothyjensen/post-tag-checklist/archive/refs/heads/master.zip

Also on Packagist as timothyjensen/post-tag-checklist:

composer require timothyjensen/post-tag-checklist

From the readme

Post Tag Checklist Replace the standard post tag meta box on the post edit screen with a category-style checklist (checkboxes). One key benefit over the standard post tag meta box is the ability to prevent users (by role, etc.) from creating new tags. Requirements PHP 5.4+ Installation Download the zip file and install it using the WordPress plugin installer. Usage Once installed this plugin will automatically convert the post tag meta box to the category-style checklist. This behavior can be changed by filtering 'posttagchecklisttoggle':

Read the full README on GitHub →