Function : put_cat_icons()
Posted in Documentation, tagged icons, put_cat, put_cat_icons(), sidebar, wp_list_cat on March 12, 2008 | 1 Comment »
This function ”iconizes” your categories list in the sidebar.
put_cat_icons(list [,get_cat_icon_parameters])
list : this is a WordPress category list : wp_list_categories(). You MUST ADD echo=0 to the wp_list_categories parameters.
get_cat_icon_parameters : (optional) these are the get_cat_icon() parameters, separated by a ‘&’.
There’s an exception : for put_cat_icons(), the parameter ‘link’ is always set to false.
Example :
write the following code in [...]