<?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: Include Jquery,Scriptaculous  javascript libraries in wordpress theme</title>
	<atom:link href="http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/</link>
	<description>PHP,Wordpress,Jquery Expert</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:57:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: David</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-2775</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 25 Jan 2011 07:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-2775</guid>
		<description>It&#039;s amazing what you can learn in a few days!

The guys over at &quot;Digging into Wordpress&quot; give a more stable, efficient and robust way to do it.  Uninitate the wordpress includes to ensure plugins don&#039;t unclude multiple versions.  Include it from the Google CDN Lots of reasons listed below.  Here&#039;s the oveview:
http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/

And yes Cathy, by now I&#039;m sure you know it&#039;s in the theme functions.php</description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing what you can learn in a few days!</p>
<p>The guys over at &#8220;Digging into WordPress&#8221; give a more stable, efficient and robust way to do it.  Uninitate the wordpress includes to ensure plugins don&#8217;t unclude multiple versions.  Include it from the Google CDN Lots of reasons listed below.  Here&#8217;s the oveview:<br />
<a href="http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/">http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/</a></p>
<p>And yes Cathy, by now I&#8217;m sure you know it&#8217;s in the theme functions.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-2619</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 07 Jan 2011 11:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-2619</guid>
		<description>Hey hey!  It worked!  Thank you for being the bright light on the horizon!</description>
		<content:encoded><![CDATA[<p>Hey hey!  It worked!  Thank you for being the bright light on the horizon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-2618</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 07 Jan 2011 11:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-2618</guid>
		<description>Excellent, so that snippet goes in the theme functions.php under the theme folder, right?  Since Scriptaculous and Prototype are often paired, and I found out both are included in wordpress, this would work, right?:


Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent, so that snippet goes in the theme functions.php under the theme folder, right?  Since Scriptaculous and Prototype are often paired, and I found out both are included in wordpress, this would work, right?:</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-2596</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 05 Jan 2011 08:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-2596</guid>
		<description>Thanks for the help. But I&#039;m still learning php and am not sure where in the header to paste the code.

If you could help me I&#039;d be very grateful.

my header.php file looks like this: 



&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &gt;

&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;; charset=&quot; /&gt;


&lt;script type=&quot;text/javascript&quot; src=&quot;/script.js&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;!--[if IE 6]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;/style.ie6.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;&lt;![endif]--&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;&quot; href=&quot;&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;&quot; href=&quot;&quot; /&gt; 

&lt;link rel=&quot;pingback&quot; href=&quot;&quot; /&gt;






    



    
    
    
    
    
    
    
    
    
    

    
    

    
        &lt;a href=&quot;/&quot;&gt;&lt;/a&gt;
    
        




    
        
    
    
    
    
        
        
    
</description>
		<content:encoded><![CDATA[<p>Thanks for the help. But I&#8217;m still learning php and am not sure where in the header to paste the code.</p>
<p>If you could help me I&#8217;d be very grateful.</p>
<p>my header.php file looks like this: </p>
<p>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&#038;quot">http://www.w3.org/1999/xhtml&#038;quot</a>; &gt;</p>
<p>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;; charset=&#8221; /&gt;</p>
<p>&lt;script type=&quot;text/javascript&quot; src=&quot;/script.js&#8221;&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; /&gt;<br />
<!--[if IE 6]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;/style.ie6.css" type="text/css" media="screen" /&gt;&lt;![endif]--><br />
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;&#8221; href=&#8221;" /&gt;<br />
&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;&#8221; href=&#8221;" /&gt; </p>
<p>&lt;link rel=&quot;pingback&quot; href=&quot;&#8221; /&gt;</p>
<p>        &lt;a href=&quot;/&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snilesh</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-2165</link>
		<dc:creator>snilesh</dc:creator>
		<pubDate>Wed, 01 Dec 2010 03:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-2165</guid>
		<description>Yes you can replace your static header with this slide show.

As you said you have to replace header image with the slideshow then you have to edit the header.php file just open the header.php from your currently activated theme&#039;s folder.

Just add following lines in that header.php file at the position where you want to show the slider
[php]
&lt;?php if(function_exists(&#039;wp_content_slider&#039;)) { wp_content_slider(); } ?&gt;
[/php]

Login to your wp-admin and check &quot;Content Slide&quot; Options page to configure the slider.

let me know if you have any issues.</description>
		<content:encoded><![CDATA[<p>Yes you can replace your static header with this slide show.</p>
<p>As you said you have to replace header image with the slideshow then you have to edit the header.php file just open the header.php from your currently activated theme&#8217;s folder.</p>
<p>Just add following lines in that header.php file at the position where you want to show the slider</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?&gt;
</pre>
<p>Login to your wp-admin and check &#8220;Content Slide&#8221; Options page to configure the slider.</p>
<p>let me know if you have any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-2158</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 30 Nov 2010 10:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-2158</guid>
		<description>Hi, I&#039;ve just installed and activated the plugin, what do I need to do to see on my website?

I&#039;d like it to replace my static image header, is that possible? (I built my WP site with Artisteer)

Thanks so much</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve just installed and activated the plugin, what do I need to do to see on my website?</p>
<p>I&#8217;d like it to replace my static image header, is that possible? (I built my WP site with Artisteer)</p>
<p>Thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-598</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Sat, 19 Dec 2009 23:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-598</guid>
		<description>Thanks for this plugin, and your blog is very nice :)
good luck</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin, and your blog is very nice <img src='http://www.snilesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leepton</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-589</link>
		<dc:creator>leepton</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-589</guid>
		<description>Awesome plugin,

it&#039;s possible use shortcode ie [newstiker] for add it in any confortable place into pages.

regards,

Leepton</description>
		<content:encoded><![CDATA[<p>Awesome plugin,</p>
<p>it&#8217;s possible use shortcode ie [newstiker] for add it in any confortable place into pages.</p>
<p>regards,</p>
<p>Leepton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmet korkmaz</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-584</link>
		<dc:creator>ahmet korkmaz</dc:creator>
		<pubDate>Sat, 12 Dec 2009 13:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-584</guid>
		<description>http://agricultureguide.org 

you can see this ticker here too, thanks snilesh.</description>
		<content:encoded><![CDATA[<p><a href="http://agricultureguide.org">http://agricultureguide.org</a> </p>
<p>you can see this ticker here too, thanks snilesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uldis</title>
		<link>http://www.snilesh.com/resources/wordpress/include-javascript-librarie-in-wordpress-theme/comment-page-1/#comment-578</link>
		<dc:creator>Uldis</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=191#comment-578</guid>
		<description>Nice work! Your plugin is realy great and i will use it for my blog http://www.laulibas.lv . Thanks snilesh</description>
		<content:encoded><![CDATA[<p>Nice work! Your plugin is realy great and i will use it for my blog <a href="http://www.laulibas.lv">http://www.laulibas.lv</a> . Thanks snilesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

