I want the tags to display the same way catgories or any of the other list in this sidebar, how can I do that...?
The page (tags are under the label "Etiketter")
I want the tags to display the same way catgories or any of the other list in this sidebar, how can I do that...?
The page (tags are under the label "Etiketter")
Aha! I figured it out...
If anyone else is wondering, this will generate a list where all the tags are 10pt:
<?php wp_tag_cloud('smallest=10&largest=10&format=list'); ?>
but is there any widget for that ?
Yes, where does one put that code? I've tried looking at the sidebar code for my theme, but I don't see anything, but there is a general snippet of PHP for including the "widgetized" sidebar, which is dynamic. So is there a way to add this to the existing tag "cloud" widget, rather than having to install a new one?
The existing tag cloud widget is not particularly configurable. Use a PHP widget instead:
http://wordpress.org/extend/plugins/php-code-widget/
Future versions of WordPress may enhance the built in widgets some more to make this sort of thing simpler.
This topic has been closed to new replies.