Tag Cloud Not Formatted Correctly
-
I’m trying to add the tag cloud widget, but something isn’t right. I’ve searched the forums, docs, etc. but can’t find an answer. The widget shows my tags in the sidebar, but they are appearing twice, once as plain text and again as a list of links. I can’t get them to change sizes or appear as a “cloud”. The docs say the default usage is:
<?php $defaults = array( 'smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'number' => 45, 'format' => 'flat', 'orderby' => 'name', 'order' => 'ASC', 'exclude' => , 'include' => , 'link' => 'view', 'taxonomy' => 'post_tag', 'echo' => true ); ?> <?php endif; ?>
but, being fairly new, I’m not sure where this code goes. I’ve tried adding it to the sidebar page, but get a fatal error.
Any help? I’m no dummy, but this has me running in circles.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Tag Cloud Not Formatted Correctly’ is closed to new replies.