
Better Categories Images
by Nam Truong on WordPress.org
The Better Categories Images Plugin allow you to add image with any category or taxonomy.
(1)
The Better Categories Images Plugin allow you to add image with any category or taxonomy.
Use:
+ $thumbnail_id = get_term_meta( $term_id, 'thumbnail_id', true ); \\ [get_term_meta](https://developer.wordpress.org/reference/functions/get_term_meta/)
+ $image = wp_get_attachment_image( $thumbnail_id, 'full' ); \\ [wp_get_attachment_image](https://developer.wordpress.org/reference/functions/wp_get_attachment_image/)
From within WordPress
- Visit ‘Plugins > Add New’
- Search for ‘Better Categories Images’
- Activate Better Categories Images from your Plugins page.
Manually
- Upload the
better-categories-images
folder to the/wp-content/plugins/
directory - Activate the Better Categories Images plugin through the ‘Plugins’ menu in WordPress
- Go to “after activation” below.
Active installations10+
Weekly downloads
7-22.22%
Version1.0.3
Last updated8/11/2018
WordPress version
Tested up to4.9.26
PHP version5.6.3
Tags
categoryimagestaxonomyterm field.