You have 2 solutions :
1. With the widget, just put
icons_only=true
in the parameters :![]()
2. Manually, i.e. in the sidebar.php page of your WordPress theme, you must use the put_cat_icons function:
put_cat_icons(wp_list_categories('title_li=&echo=0'),'icons_only=true');
il semble que ça seulement marche pour les categories pour le blog. Quand j’ai mis icons_only=true le text reste avec les icons avec les pages dans le sidebar…
I am totally lost. Where is the widget for this plug-in? do I need to create a widget?
When I install this plug-in it automatically starts to use the icons for the categories at my sidebar…
@pmdci:
Go to Appearance > Widgets, then you’ll see Category Icons Widget in the available widgets, unless you have a problem with the plugin.
The widget will appear in Dashboard -> Widgets
Use the widget to make configuration changes.
oops, didn’t see your post Sub.