<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ounce of Talent &#187; Snippets</title>
	<atom:link href="http://ounceoftalent.com/category/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://ounceoftalent.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 02 May 2012 10:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Getting Style Sheet Path</title>
		<link>http://ounceoftalent.com/2010/07/getting-style-sheet-path/</link>
		<comments>http://ounceoftalent.com/2010/07/getting-style-sheet-path/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 22:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://ounceoftalent.com/?p=272</guid>
		<description><![CDATA[The WordPress constant STYLESHEETPATH returns the file path to the style sheet. Example usage below: // if 'custom/custom.php' exists, lets include our custom functions if(file_exists(STYLESHEETPATH . '/custom/custom.php')) require_once('custom/custom.php');]]></description>
			<content:encoded><![CDATA[<p>The WordPress constant <strong>STYLESHEETPATH</strong> returns the file path to the style sheet. <span id="more-272"></span>Example usage below:</p>
<pre class="brush: php">// if 'custom/custom.php' exists, lets include our custom functions
if(file_exists(STYLESHEETPATH . '/custom/custom.php')) require_once('custom/custom.php');</pre>
]]></content:encoded>
			<wfw:commentRss>http://ounceoftalent.com/2010/07/getting-style-sheet-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

