Taxonomy Thumbnail and Widget
TTW plugin is used for add thumbnail option for inbuilt and custom taxonomy terms and access them with shortcode and widget.
The facts
- Rating
- 4.8★ from 4
- Active installs
- 100+
- Price
- Free
- Last updated
- 23 May 2022
- Added
- Sep 2016
- Requires WP
- 5.8.0
- Tested up to
- WP 5.8.0
- Downloads
- 4,809
Our analysis
AI-assistedThe Taxonomy Thumbnail and Widget plugin allows users to create thumbnail options for both built-in and custom taxonomy terms. It provides a widget for displaying these terms in the sidebar and offers shortcodes for use within pages or posts.
Users can configure the plugin easily by dragging and dropping the widget and can access various shortcodes to display taxonomy terms. It is compatible with WooCommerce and works across multiple web browsers.
Best for: This plugin suits users who need to display taxonomy terms with associated thumbnails on their WordPress site.
What it does well
- ✓Supports both built-in and custom taxonomy terms
- ✓Includes a sidebar widget for taxonomy term lists
- ✓Offers shortcode functionality for easy integration
- ✓Compatible with WooCommerce
- ✓Easy to configure
Where it falls short
- •Limited information on specific features and configurations
Verdict
The Taxonomy Thumbnail and Widget plugin provides basic functionality for managing taxonomy terms with thumbnails, but lacks detailed feature information.
From the developer
Sunil Kumar Sharma's own description of Taxonomy Thumbnail and Widget, lightly tidied.
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