This is a simple plugin allows you to set Taxonomy featured image using media library. Also supports customs post types.
This plugin will allows you to add featured image to your custom and default post type Taxonomy.
This section describes how to install the plugin and get it working.
e.g.
/wp-content/plugins/simple-featured-image
directory, or install the plugin through the WordPress plugins screen directly.Login to your WordPress admin dashboard, Go to Settings > Simple Featured Image. Then, select your desired taxonomy to apply the featured image.
This plugin will not apply on Woocommerce, Woocommerce custom post type taxonomy has its own featured image.
Not necessarily, But if you want to enhance the look of your taxonomy page, then this plugin is the right one for you.
You can display the Taxonomy Featured Image in the front end using php function.
Parameters:
* $termID – (Integer) Taxonomy termID
* $size – (String) Image size
* $class – (String) Add custom class
* $width – (Integer) Width in px.
* $height – (Integer) Height in px
Yes, It has available shortcodes.
Parameters:
* term_id – (Integer) Taxonomy termID
* size – (String) Image size
* class – (String) Add custom class
* width – (Integer) Width in px.
* height – (Integer) Height in px
Parameters:
* taxonomy – (String) Taxonomy Slug. Default “category”
* hide_empty – (String) Exclude in the list empty Taxonomy ( true, false ). Default “false”
* slideshow – (String) Animate slider automatically ( true, false ). Default “true”
* slideshow_speed – (Integer) Set the speed of the slideshow cycling, in milliseconds. Default 7000
* animation – (String) Select your animation type, “fade” or “slide”. Default “Slide”
* animation_speed – (Integer) Set the speed of animations, in milliseconds. Default 600
* animation_loop – (String) Should the animation loop ( true, false ). Default “false”
* animation_title – (String) Apply animation to Taxonomy name, User Animate It classes. Default “bounceInDown”
* item_width – (Integer) Box-model width of individual carousel items, including horizontal borders and padding. Default 600
* item_margin – (Integer) Margin between carousel items. Default 2
* min_items – (Integer) Minimum number of carousel items that should be visible. Default 1
* max_items – (Integer) Maxmimum number of carousel items that should be visible.
* direction – (String) Select the sliding direction, “horizontal” or “vertical”. Default “horizontal”
* mousewheel – (String) Allows slider navigating via mousewheel ( true, false ). Default “false”
* control_nav – (String) Create navigation for paging control of each slide. ( true, false ). Default “True”
* direction_nav – (String) Create navigation for previous/next navigation. (true/false). Default “True”
Yes, This plugin provides two widgets.