{"id":1187,"date":"2013-04-03T15:53:39","date_gmt":"2013-04-03T06:53:39","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1187"},"modified":"2013-04-03T15:53:39","modified_gmt":"2013-04-03T06:53:39","slug":"how-to-use-jquery-cdn-media-template-file-in-wordpress-website","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-use-jquery-cdn-media-template-file-in-wordpress-website\/","title":{"rendered":"How to Use Jquery CDN Media Template file in wordpress website"},"content":{"rendered":"<p>Here is code which show you that how to Use jQuery CDN Media Template file in wordpress website.<br \/>\nJust copy and Paste below code to your theme function.php file.<!--more--><\/p>\n<p>For jQuery All Version file url you will get form http:\/\/code.jquery.com\/<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nif (!is_admin()) add_action(&quot;wp_enqueue_scripts&quot;, &quot;my_jquery_enqueue&quot;, 11);\r\nfunction my_jquery_enqueue() {\r\n   wp_deregister_script('jquery');\r\n   wp_register_script('jquery', &quot;http&quot; . ($_SERVER&#x5B;'SERVER_PORT'] == 443 ? &quot;s&quot; : &quot;&quot;) . &quot;:\/\/code.jquery.com\/jquery-1.7.2.min.js&quot;, false, null);\r\n   wp_enqueue_script('jquery');\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is code which show you that how to Use jQuery CDN Media Template file in wordpress website. Just copy and Paste below code to your theme function.php file.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,256,275],"tags":[555,560,559,558,561,556,557],"class_list":["post-1187","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-wordpress-designer","category-wordpress-theme-freelancer","tag-how-to-use-jquery-cdn-media-template-file-in-wordpress-website","tag-jquery-cdn","tag-jquery-cdn-in-wordpress","tag-jquery-cdn-with-wordpress","tag-media-template-cdn","tag-use-jquery-cdn-media-template-file-in-wordpress","tag-use-jquery-cdn-wordpress-website"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=1187"}],"version-history":[{"count":1,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1187\/revisions"}],"predecessor-version":[{"id":1188,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1187\/revisions\/1188"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}