<?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>Tutorials, Themes and Plugins</description> <lastBuildDate>Fri, 03 Feb 2012 23:51:13 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: maynina</title><link>http://wptheming.com/2009/12/dynamic-css-theme-options/comment-page-1/#comment-2085</link> <dc:creator>maynina</dc:creator> <pubDate>Sun, 19 Sep 2010 20:08:48 +0000</pubDate> <guid
isPermaLink="false">http://wordpresstheming.com/?p=491#comment-2085</guid> <description>If you want to use wordpress functions in your dynamic css file without using wp-include.php, read:  http://www.wp-coder.com/wp-programming/172/</description> <content:encoded><![CDATA[<p>If you want to use wordpress functions in your dynamic css file without using wp-include.php, read: <a
href="http://www.wp-coder.com/wp-programming/172/" rel="nofollow">http://www.wp-coder.com/wp-programming/172/</a></p> ]]></content:encoded> </item> <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>
