<?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: Dynamic CSS Stylesheets and Thematic</title>
	<atom:link href="http://wptheming.com/2009/12/dynamic-css-theme-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://wptheming.com/2009/12/dynamic-css-theme-options/</link>
	<description>Design, Customization, &#38; Consulting</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:15:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Devin</title>
		<link>http://wptheming.com/2009/12/dynamic-css-theme-options/comment-page-1/#comment-869</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Fri, 02 Apr 2010 19:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstheming.com/?p=491#comment-869</guid>
		<description>You may also want to check out this page by Joesph Scott on &lt;a href=&quot;http://josephscott.org/archives/2010/03/database-powered-css-in-wordpress-themes/&quot; rel=&quot;nofollow&quot;&gt;Database Powered Scripts&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You may also want to check out this page by Joesph Scott on <a href="http://josephscott.org/archives/2010/03/database-powered-css-in-wordpress-themes/" rel="nofollow">Database Powered Scripts</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Q Ball</title>
		<link>http://wptheming.com/2009/12/dynamic-css-theme-options/comment-page-1/#comment-865</link>
		<dc:creator>Q Ball</dc:creator>
		<pubDate>Fri, 02 Apr 2010 13:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstheming.com/?p=491#comment-865</guid>
		<description>Outstanding! I just started looking for ways to do this to create special on the fly mods.</description>
		<content:encoded><![CDATA[<p>Outstanding! I just started looking for ways to do this to create special on the fly mods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://wptheming.com/2009/12/dynamic-css-theme-options/comment-page-1/#comment-314</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Thu, 03 Dec 2009 19:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstheming.com/?p=491#comment-314</guid>
		<description>Thanks Ron!  This has been updated.</description>
		<content:encoded><![CDATA[<p>Thanks Ron!  This has been updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://wptheming.com/2009/12/dynamic-css-theme-options/comment-page-1/#comment-313</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 03 Dec 2009 19:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstheming.com/?p=491#comment-313</guid>
		<description>You can pass a default value to get_option:

&lt;code&gt;$background = get_option(&#039;childtheme_background&#039;, &#039;fff&#039;);
&lt;/code&gt;

does the same as 

&lt;code&gt;$background = get_option(&#039;childtheme_background&#039;);
  if (empty($background)) {$background = &#039;fff&#039;;}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can pass a default value to get_option:</p>
<p><code>$background = get_option('childtheme_background', 'fff');<br />
</code></p>
<p>does the same as </p>
<p><code>$background = get_option('childtheme_background');<br />
  if (empty($background)) {$background = 'fff';}</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: wptheming.com @ 2010-09-08 03:00:12 -->