• Resolved justbishop

    (@justbishop)


    Anyone know how to do THIS, 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)
  • 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

    (@justbishop)

    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.