Help adding wp tag cloud
-
Hi everyone…
I am trying to add a tag cloud to my sidebar using the following code
<?php if ( function_exists('wp_tag_cloud') ) : ?> <?php wp_tag_cloud('smallest=8&largest=22'); ?> </ul> </li> <?php endif; ?>
The cloud shows up but it’s causing validation errors with the “li” and “ul” tags..I’ve tried playing around with it for days and can’t figure it out…Because I don’t understand the code. The following link shows my original sidebar code https://wordpress.pastebin.ca/807114. I want to add the tag cloud under this code that is on line 52
<h2 class="sidebartitle"><img src="https://lovelatoya.com/wp-content/uploads/2007/11/cat.gif" alt="categories"/></h2>
Could someone please tell me the correct way to do this so that my code will validate?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Help adding wp tag cloud’ is closed to new replies.