Skip to content

Fix markup differences with regular tag cloud #29

Description

@rickard2

The regular WordPress tag cloud has a HTML structure like this:

<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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions