The regular WordPress tag cloud has a HTML structure like this: ``` html <div class="widget widget_tag_cloud"> <h3>title</h3> <div class="tagcloud"> <a ...>....</a> </div> </div> ``` Change the HTML structure to look like this to preserve theme styling.
The regular WordPress tag cloud has a HTML structure like this:
Change the HTML structure to look like this to preserve theme styling.