here Version: 0.1 Author: Donncha O Caoimh Author URI: http://ocaoimh.ie/ */ /* Copy rate.php into wp-content/ */ function helloworld5_scripts() { global $current_user; if( !$current_user->ID ) return; if( is_single() ) { wp_enqueue_script('jquery'); } } add_action( 'wp_print_scripts', 'helloworld5_scripts'); function helloworld5_head() { global $current_user; if( !$current_user->ID ) return; if( !is_single() ) return; ?> ID ) return $content; if( !is_single() ) return $content; return $content . "

"; } add_action( 'the_content', 'add_thumb_to_post' ); ?>