Descripción
New Categories widget in the awesome style! Bring colours to your categories widget – make every category in own colour.
All colours are stored as term meta variables.
Características:
- custom taxonomies support
- manually customize colours for each category
- intelligent (automatic) colours selection
- different themes
- easy to customize
- responsive and flexible widget
Capturas
Instalación
- Unzip the archive on your computer
- Upload
colorful-categories
directory to the/wp-content/plugins/
directory - Activa el plugin desde el menú ‘Plugins’ de WordPress
- Add widget to the sidebar on the page ‘Widgets’. You can change widget title, taxonomy, theme and show/hide posts count
- (optional) Customize colours on the page to manage categories (under the column ‘Color’)
FAQ
- How to assign new colour?
-
Open the page to edit tags or categories and change the colour in the column «Color».
- How does intelligent color selection work?
-
Plugin do checks if the category name contains one of the key words and set the pre-defined colour for this category.
For example category that contains Facebook will be colored to the dark blue colour. - How to get a color for a specific category?
-
Use WordPress default function: get_term_meta($term_id, ‘cc_color’, true);
Reseñas
Colaboradores y desarrolladores
«Colorful Categories» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Colorful Categories» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
2.0.14
- Minor changes.
2.0.13
- Fixed colors saving process.
- WordPress 5.4 support added.
2.0.12
- Removed column «Color» from the private taxonomies.
- Small code refactoring.
2.0.11
- WordPress 5.3 support added.
2.0.10
- WordPress 5.2 support added.
2.0.9
- Updated file-header information and readme.txt.
2.0.8
- Added filter ‘colorful_categories_term_text’.
2.0.7
- Added action ‘colorful_categories_styles’ to customize the output of theme styles.
- Small design improvements.
2.0.6
- Fixed functionality to handle translations.
2.0.5
- Small backend design improvements.
2.0.4
- Added class «current» to the categories that are currently selected.
2.0.3
- Updated functionality due to deprecated parameter in the function get_terms().
2.0.2
- Fixed compatibility with PHP 5.3-.
2.0.1
- Improved update script.
2.0.0
- Plugin completely updated to work with the WordPress term meta. All the stored data is moved from the options table to the termmeta table.
1.1.2
Fixed option «Show empty categories» in the widget settings.
1.1.1
- Compatibility with the latest version of WordPress.
1.1.0
- Minor improvements and optimization.
1.1.0
- Fixed issue with the browser cache.
- Fixed issue with an empty color cell right after the adding of new category/tag.
- Improved functionality: color will be removed from the database after removing the related term.
- Small minor improvements.
1.0.6
- Added a few new filters for better customization.
- A lot of small improvements, fixes and updates.
1.0.5
- Added field to limit categories to be displayed for the widget.
- Fixed field to select theme.
1.0.4
- Added field to exclude categories from the widget.
1.0.3
- Fixed colours column.
1.0.2
- Fixed link to the term (category, tag, etc).
1.0.1
- Added support for non hierarchical taxonomies.
- Added customizable message ‘List is empty’ in case if there is nothing to display in the widget.
1.0
- Versión inicial.