I want to display my popular tags and tag count using the wp_tag_cloud function.
Here is my HTML code sample:
<a href="#">science <span>2</span></a>
<a href="#">tools <span>3</span></a>
<a href="#">music <span>6</span></a>
<a href="#">lahore <span>0</span></a>
Is this possible?
I just got it – here is the solution: