The Templatic Category Icons plugin adds the ability for your theme to be able to show a category icon in the sidebar and before the category title in …
The Templatic Category Icons plugin adds the ability for your theme to be able to show a category icon in the sidebar and before the category title in your WordPress website.
After installing and activating the plugin, create one or more categories and upload images or icon for the particular category.
See screenshot-1 , screenshot-2 and screenshot-3 images for what this might look like in your category edit screen
After you have added category icon you will see it on category page before category title and before the title in categories widget. See the Easy Category Icons for further Information.
See screenshot-4 image for what this might look like in your category page
Last week, our team created few free plugins and this is one them. Many users show post categories in the sidebar. Often, they are just 5-15 categories. Would not it be cool to show a nice little icon beside the category name that goes with it?
This little WordPress Category Icon plugin does exactly that. With this plugin, you will be able to show a category icon in the sidebar and before the category title in your WordPress website.
And best of all, this is an absolutely free plugin.
How to use this WordPress Category Icon plugin?
Installation
You can remove it by adding
”
remove_action(‘wp_head’,’templ_load_font_icon’);
remove_action(‘admin_head’,’templ_load_font_icon’);
“
in theme functions.php file
Yes. You can use function ” templ_get_the_icon ” where you have to pass the argument
templ_get_the_icon(array(‘size’=> ‘small’),’taxonomy’,term_id);
Which of the image you want to display (small,thumbnail,etc.) which has generated by WordPress add_image size , taxonomy is the taxonomy slug and the last parameter is category id.
It will return you an array which has fontawesome icon and category image
Yes. Source credits for the plugin should remain intact, per GPL requirements.