Kantbtrue Taxonomy Color
A lightweight simple plugin helps you to add color in taxonomies.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1915 days ago
Is Kantbtrue Taxonomy Color abandoned?
Possibly abandoned (last update 1915 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Kantbtrue Taxonomy Color Plugin is a simple lightweight plugin which allows you to add color in each taxonomy. Which means you can add the feature to the categories, tags and other taxonomies to add colors. It simply saves the color on your database and also gives you color swatch to change it whenever you want without any hassle.
Features::
– Add color to taxonomies
Installation
- Install the plugin
- Go to WordPress dashboard > Plugins > Installed Plugins
- Activate the ‘Kantbtrue Taxonomy Color’
- Go to plugin settings
Frequently Asked Questions
How to use the plugin?
use the following code in category or taxonomy template
PHP
<?php if ( function_exists( 'kbttc_get_term_color' ) ) echo kbttc_get_term_color(); ?>
How to use the plugin to output color for custom taxonomy or in loop?
use the following code
PHP
<?php if ( function_exists( 'kbttc_get_term_color' ) ) echo kbttc_get_term_color( $term_id ); ?>
$term_id is taxonomy id.
Review feed
Changelog
1.0
- Initial release




