• 03-12-2017, 10:39:02
    #37
    Çok faydalı olmuş.
    r10 kalitesine yakışan makale..
    Teşekkürler.
  • 03-12-2017, 20:03:24
    #38
    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
  • 03-12-2017, 23:59:27
    #39
    On numara anlatım omuş, emeğinize sağlık
  • 08-01-2018, 08:19:47
    #40
    herkesin faydalanması gereken bir yazı olmuş. elinize emeğinize sağlık