This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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

Screenshots

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`

Reviews

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
Read all 4 reviews

Contributors & Developers

“Taxonomy Thumbnail and Widget” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

For more information , any query and your suggestion for plugin functionality improvement you can write us at [email protected] .

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