This is currently being discussed in another thread, see http://wordpress.org/support/topic/ordered-box-option
Is that what you’re asking? Or do you just want the tags each on it’s own row like a list of recent posts?
Thread Starter
kwtan
(@kwtan)
Hello Rickard,
Thanks for the reply! Yes, each tag in its own row, like a list of recent posts.
Any help would be really appreciated. Thanks again!
You could do that by adding some CSS to your themes style.css file or using a plugin to add arbitrary CSS. The rules would look something like this:
.widget_tag_cloud {
list-style: disc;
margin-left: 20px;
}
.widget_tag_cloud a {
display: list-item;
}
You might have to change the 20px value a bit to get it to look like the other lists on your page.
I’ve also added this feature as a request for the next version of UTCW.
Thread Starter
kwtan
(@kwtan)
Thanks much, Rickard! Will definitely try that out.
Just released a beta version with this feature in it and I would love it if you could try it out.
http://wordpress.org/support/topic/23-beta-version-released