function js_yukle(){ wp_register_script( 'js_ekle', 'http://site.com/jsdosyasi.js' ); // ilgili yazı için koşul ekleyelim if (is_single( '1' )) { // id numarası 1 olan yazı için uygular. wp_enqueue_script('js_ekle'); } }