Tag display

HomeSupportPopular WidgetTag display

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47087
    sean
    Participant

    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”,

    #47104
    Xpark Media
    Keymaster

    currently there is no way to change this without modifying the plugin, but you can add commas using css

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.