<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Call / Include / Load Latest jQuery Version in WordPress Theme / Plugin	</title>
	<atom:link href="https://theextremewebdesigns.com/blog/call-include-load-latest-jquery-version-in-wordpress-theme-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>https://theextremewebdesigns.com/blog/call-include-load-latest-jquery-version-in-wordpress-theme-plugin/</link>
	<description>Web Design and Web Development</description>
	<lastBuildDate>Tue, 18 Jun 2013 05:36:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>
		By: Rocky Dev		</title>
		<link>https://theextremewebdesigns.com/blog/call-include-load-latest-jquery-version-in-wordpress-theme-plugin/#comment-198</link>

		<dc:creator><![CDATA[Rocky Dev]]></dc:creator>
		<pubDate>Tue, 18 Jun 2013 05:36:47 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=1036#comment-198</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theextremewebdesigns.com/blog/call-include-load-latest-jquery-version-in-wordpress-theme-plugin/#comment-197&quot;&gt;RW&lt;/a&gt;.

Hi Bob,
Very good question. I have actually updated the above post with info on how to load JS files in footer. But for quick reference, here&#039;s how it is done:
&lt;code&gt;wp_register_script(&#039;jquery&#039;, &#039;http://code.jquery.com/jquery-latest.min.js&#039;, &#039;false&#039;, &#039;false&#039;, true);&lt;/code&gt;

See the argument &lt;strong&gt;&quot;true&quot;&lt;/strong&gt; at the end of the syntax? That is what is responsible to load the JS files in footer. Try it out &amp; let me know if that worked for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theextremewebdesigns.com/blog/call-include-load-latest-jquery-version-in-wordpress-theme-plugin/#comment-197">RW</a>.</p>
<p>Hi Bob,<br />
Very good question. I have actually updated the above post with info on how to load JS files in footer. But for quick reference, here&#8217;s how it is done:<br />
<code>wp_register_script('jquery', 'http://code.jquery.com/jquery-latest.min.js', 'false', 'false', true);</code></p>
<p>See the argument <strong>&#8220;true&#8221;</strong> at the end of the syntax? That is what is responsible to load the JS files in footer. Try it out &#038; let me know if that worked for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: RW		</title>
		<link>https://theextremewebdesigns.com/blog/call-include-load-latest-jquery-version-in-wordpress-theme-plugin/#comment-197</link>

		<dc:creator><![CDATA[RW]]></dc:creator>
		<pubDate>Mon, 17 Jun 2013 17:09:21 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=1036#comment-197</guid>

					<description><![CDATA[Great tip! Thanks so much. Any idea how to use this but make it load the script(s) in the footer?

Thanks,
Bob]]></description>
			<content:encoded><![CDATA[<p>Great tip! Thanks so much. Any idea how to use this but make it load the script(s) in the footer?</p>
<p>Thanks,<br />
Bob</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
