Taxonomy Thumbnail and Widget
Taxonomy Thumbnail and Widget
Description
Using Taxonomy Thumbnail and widget plugin users can make thumbnail options for inbuilt and custom taxonomy terms and access via widget (Taxonomy Term List) in the sidebar and also use in page/post using the shortcode.
Use <?php if (function_exists('ttw_thumbnail_url')) echo ttw_thumbnail_url(); ?> to get the url and put it in any img tag or simply use <?php if (function_exists('ttw_thumbnail_image')) echo ttw_thumbnail_image(); ?> in (category or taxonomy) template.
Arguments in above functions :
1. ttw_thumbnail_url($termid , $size);
2. ttw_thumbnail_image($termid , $size);
Plugin advantage
- Easy to configuration.
- Unblockable.
- Plugin supports Chrome, Firefox, Safari and IE
- Woocommerce Compatible
- Shortcode
Plugin configuration
- Drag and drop the widget
(Taxonomy Term List) - Shortcodes :
[TTW_TERMS taxonomy=’category’ class=’taxonomy-term-list’]
For Show current post/product taxonomies
[TTW_POST_TERMS_ICON taxonomy="product_tag" class="" hide_empty="" post_id=""]
Note :
post_id is not required
taxonomy is required
Installation
You can install Categories Images directly from the WordPress admin panel:
1. Go to wp-admin -> Plugins > Add New -> and search for 'Taxonomy Thumbnail and Widget'.
2. Click to install.
3. Once installed, activate.
OR
Manual Installation:
1. Upload the entire `taxonomy-thumbnail-widget` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to `wp-admin -> Settings -> TTW Settings` and select taxonomies for which you want thumbnail
4. And For access taxonomies list in sidebar go to `wp-admin -> Appearance -> Widgets -> Taxonomies List widget`
Screenshots
Reviews
great and could be better
By Dex (dexzhou) on September 12, 2023
it wroks great, thanks!
and it could be better if offer more options, e.g.
include term_id,
exclude term_id
term_level
Incredible plugin
By ashusri04 on January 6, 2017
Awesome Plugin
By tyrson on December 7, 2016
About Plugin Script
By Sunil Kumar Sharma (sunilkumarthz) on October 5, 2016
Changelog
For more information , any query and your suggestion for plugin functionality improvement you can write us at sunilkumarthz@gmail.com .
1.0
First version
1.1
- Fix – Notice Errors
- Make Shortcode for access taxonomy terms
- Make plugin Woocommerce Compatible
1.2
- Fix – Notice Errors
- Remove Unused functions and make code smaller and better
1.3
- Fix – Notice Errors
- Fix JS Errors
- Add new shortcode