Title: Tooltips on Tag Cloud
Last modified: August 19, 2016

---

# Tooltips on Tag Cloud

 *  Resolved [justbishop](https://wordpress.org/support/users/justbishop/)
 * (@justbishop)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/tooltips-on-tag-cloud/)
 * Anyone know how to do [THIS](http://wordpress.org/support/topic/tag-cloud-edit-title?replies=5),
   but without hacking core (because you have to remember the kittens, right?)
 * I figured maybe there was something I could add to my functions.php, but I don’t
   know enough about that stuff to write it 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/tooltips-on-tag-cloud/#post-1603699)
 * for the sake of kittens:
 *     ```
       add_filter ( 'wp_tag_cloud', 'tag_cloud_change_topic' );
       function tag_cloud_change_topic( $return ) {
       return str_replace('topic', 'saved kitten', $return);
       }
       ```
   
 * added to functions.php of your theme.
 *  Thread Starter [justbishop](https://wordpress.org/support/users/justbishop/)
 * (@justbishop)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/tooltips-on-tag-cloud/#post-1603781)
 * Heh heh xD
 * Thanks (for the code AND for getting my joke!)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tooltips on Tag Cloud’ is closed to new replies.

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [topics](https://wordpress.org/support/topic-tag/topics/)

 * 2 replies
 * 2 participants
 * Last reply from: [justbishop](https://wordpress.org/support/users/justbishop/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/tooltips-on-tag-cloud/#post-1603781)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
