I want to display ‘normal’ icons in my posts, ie not the small ones. I’ll put that code in index.php (for example), as the small ones are displayed by default :
get_cat_icon('small=false');
And if you want to do that with the widget, just add this in its parameters : Continue reading