DeLiBaKiS adlı üyeden alıntı: mesajı görüntüle
// Send the footer CSS and JS sources (webyusuf)
remove_action('wp_head', 'wp_print_scripts');
remove_action('wp_head', 'wp_print_head_scripts', 9);
remove_action('wp_head', 'wp_enqueue_scripts', 1);
add_action('wp_footer', 'wp_print_scripts', 5);
add_action('wp_footer', 'wp_enqueue_scripts', 5);
add_action('wp_footer', 'wp_print_head_scripts', 5);



bu kodu her temada olmuyor sanırım. Siteye ekleyince link sadece yazı link vs geliyor bir iki saniye sonra site düzeliyor

// Send the footer CSS and JS sources
{
remove_action ( ' wp_head ' , ' wp_print_scripts ' );
remove_action ( ' wp_head ' , ' wp_print_head_scripts ' , 9 );
remove_action ( ' wp_head ' , ' wp_enqueue_scripts ' , 1 );
add_action ( ' wp_footer ' , ' wp_print_scripts ' , 5 );
add_action ( ' wp_footer ' , ' wp_enqueue_scripts ' , 5 );
add_action ( ' wp_footer ' , ' wp_print_head_scripts ' , 5 );
}

bunu dene bende de aynı sorun vardı bu şekilde yapınca düzeldi