WP Manifestindependent plugin directory
manifest / content / wp-better-taxonomy-description

Carawebs Better Taxonomy

Replace textarea description field with WYSIWYG on select taxonomies

by David Egan · github.com/carawebs/wp-better-taxonomy-description · website

0stars
15composer 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/carawebs/wp-better-taxonomy-description/archive/refs/heads/master.zip

Also on Packagist as carawebs/wp-better-taxonomy-description:

composer require carawebs/wp-better-taxonomy-description

From the readme

BetterTaxonomy This plugin replaces the improves the default description field for WordPress taxonomy terms. It works for Categories, Tags or Custom Taxonomies. Get rid of the textarea description for selected WordPress Taxonomy descriptions, and replace it with a WYSIWYG field. License BetterTaxonomy is licensed under GPL2. Setup 1. Clone this repo into /wp-content/plugins 2. Activate plugin 3. Set the target Taxonomies in "Dashboard" "Settings" "Taxonomy Description" 4. Edit term description fields Prior Art The idea for this plugin comes from: https://paulund.co.uk/add-tinymce-editor-category-description

Read the full README on GitHub →