<?php the_title(); ?> to <?php wpttt_the_title(); ?>. Place <?php glll_wpttt(); ?> in your templates~ For example <h3><a href="<?php the_permalink() ?>"><?php wpttt_the_title(); ?></a></h3><?php glll_wpttt(); ?>. Version: 1.2.4 Author: LL19.com Author URI: http://www.ll19.com/ */ /* add js&&css */ add_action('wp_head', 'wpttt_css_js'); function wpttt_css_js() { echo "\n" . '' . "\n"; if (@ file_exists(TEMPLATEPATH . '/glll_wttt.php')) { echo '' . "\n"; wp_print_scripts('jquery'); echo '' . "\n"; } else { echo '' . "\n"; wp_print_scripts('jquery'); echo '' . "\n"; } echo '' . "\n"; } add_action('wp_footer', 'wp_i_tooltips'); function wp_i_tooltips() { echo "
"; } function wpttt_the_title() { $wpttt_content = "" . get_the_title() . ""; echo $wpttt_content; } function glll_wpttt() { ?>