ты за помощь ( @ Vel ) - я вижу эту ссылку - и затем немного читаю о функции "wp_enqueue_script" - а затем захожу в пример темы WordPress (двадцать двенадцать) и затем использую этот код (как много "а потом": D):
function twentytwelve_scripts_styles() {
/*
* Adds JavaScript to pages with the comment form to support
* sites with threaded comments (when in use).
*/
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
}
add_action( 'wp_enqueue_scripts', 'twentytwelve_scripts_styles' );
я больше читаю о "wp_enqueue_script":)
моя проблема решена - тыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыы) * * * * * * * * * * * *