<?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: How to Use WordPress Functions Outside the Theme Folder</title>
	<atom:link href="http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/feed" rel="self" type="application/rss+xml" />
	<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:39:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt Dunlap</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-626</link>
		<dc:creator>Matt Dunlap</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-626</guid>
		<description>Andy, that is PHP. It&#039;s server side code WordPress is written in. If you want to use the anything slider on a page, you should search how to make a page template in wordpress and then add that PHP code you referenced.  </description>
		<content:encoded><![CDATA[<p>Andy, that is PHP. It&#039;s server side code WordPress is written in. If you want to use the anything slider on a page, you should search how to make a page template in wordpress and then add that PHP code you referenced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Blake</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-625</link>
		<dc:creator>Andy Blake</dc:creator>
		<pubDate>Fri, 18 Jun 2010 19:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-625</guid>
		<description>I&#039;m a total newbie, and I&#039;d like to include the Anything Slider on  a page (which has no posts). Can you help? I&#039;m missing something, but I can&#039;t figure out what. What does it mean to call this:  &lt;?   
$number_of_posts = 10 //optional, default is 5   
. anything_content_slider($number_of_posts);   
 ?&gt;   
Thanks! </description>
		<content:encoded><![CDATA[<p>I&#39;m a total newbie, and I&#39;d like to include the Anything Slider on  a page (which has no posts). Can you help? I&#39;m missing something, but I can&#39;t figure out what. What does it mean to call this:  &lt;?<br />
$number_of_posts = 10 //optional, default is 5<br />
. anything_content_slider($number_of_posts);<br />
 ?&gt;<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-395</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 19 May 2010 15:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-395</guid>
		<description>I need to include wordpress header and footer (and all related wp functions)in my WHMCS installation (uses smarty templates) Will your methods work?

Will pay to have this done. Please get back to me asap.

Thanks,</description>
		<content:encoded><![CDATA[<p>I need to include wordpress header and footer (and all related wp functions)in my WHMCS installation (uses smarty templates) Will your methods work?</p>
<p>Will pay to have this done. Please get back to me asap.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-371</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 29 Apr 2010 09:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-371</guid>
		<description>Thanks man, this helped me saving a huge amount of time!</description>
		<content:encoded><![CDATA[<p>Thanks man, this helped me saving a huge amount of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kayleigh</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-344</link>
		<dc:creator>Kayleigh</dc:creator>
		<pubDate>Fri, 19 Mar 2010 13:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-344</guid>
		<description>Thanks, I&#039;ve been looking at countless sites for this :)</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve been looking at countless sites for this <img src='http://mattdunlap.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Dunlap</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-329</link>
		<dc:creator>Matt Dunlap</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-329</guid>
		<description>Glad to help</description>
		<content:encoded><![CDATA[<p>Glad to help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://mattdunlap.org/website-development/wordpress/how-to-use-wordpress-functions-outside-the-theme-folder.html/comment-page-1#comment-328</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://mattdunlap.org/?p=684#comment-328</guid>
		<description>cheers mate EXACTLY what i wanted to find (Y)</description>
		<content:encoded><![CDATA[<p>cheers mate EXACTLY what i wanted to find (Y)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
