Change Title Text of WordPress Tag Cloud Links

Default WordPress Tag Cloud

As of WordPress Version 2.3 the wp_tag_cloud() function is available to developers which will display a list of tags, where the size of each tag is determined by how many times that particular tag has been assigned. The default title text for tag cloud links has the following format ‘%s topic’, ‘%s topics’ (where %s is the number of times the tag has been assigned).

Read more