How to display tags separated by comma rather than as list. Guessing it is this line of code (from popular-widget.php) but not sure what to replace ‘format’=>”list” with.
Any solutions?
//tags
$output .= wp_tag_cloud(array(
‘smallest’=>’8’, ‘largest’=>’22’, ‘format’=>”list”,