<?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: Create An Advanced Theme Options Page in WordPress: Day 4</title> <atom:link href="http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/feed/" rel="self" type="application/rss+xml" /><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/</link> <description>WordPress Tips, Tricks and Hacks</description> <lastBuildDate>Mon, 30 Aug 2010 11:44:28 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>By: Philip</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-11840</link> <dc:creator>Philip</dc:creator> <pubDate>Sun, 08 Aug 2010 10:54:29 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-11840</guid> <description>hi Alex,
i have learn a lot by reading and reading your tutorials this year,i have add color selectors, nice easing drop downs...the only thing i can&#039;t implement is the wp upload form,i have add an upload form that works but i can&#039;t get the wp upload box and the url in my input.can you help me to do this?
or anyone here have done this?thanks a lot for sharing your knowledge with us!!!all the best to your life and your upcoming projects:)</description> <content:encoded><![CDATA[<p>hi Alex,<br
/> i have learn a lot by reading and reading your tutorials this year,</p><p>i have add color selectors, nice easing drop downs&#8230;the only thing i can&#8217;t implement is the wp upload form,</p><p>i have add an upload form that works but i can&#8217;t get the wp upload box and the url in my input.</p><p>can you help me to do this?<br
/> or anyone here have done this?</p><p>thanks a lot for sharing your knowledge with us!!!</p><p>all the best to your life and your upcoming projects:)</p> ]]></content:encoded> </item> <item><title>By: Riley</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-10531</link> <dc:creator>Riley</dc:creator> <pubDate>Sat, 03 Jul 2010 06:10:18 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-10531</guid> <description>Found a solution to my problem.  Anyone trying to use theme options from this tutorial to create dynamic css files check out this other tutorial.http://equalmark.net/hintsandtips/wordpress-dynamic-css/Otherwise include (TEMPLATEPATH.’/get-theme-options.php’); doesnt work under css header.</description> <content:encoded><![CDATA[<p>Found a solution to my problem.  Anyone trying to use theme options from this tutorial to create dynamic css files check out this other tutorial.</p><p><a
href="http://equalmark.net/hintsandtips/wordpress-dynamic-css/" rel="nofollow">http://equalmark.net/hintsandtips/wordpress-dynamic-css/</a></p><p>Otherwise include (TEMPLATEPATH.’/get-theme-options.php’); doesnt work under css header.</p> ]]></content:encoded> </item> <item><title>By: Riley</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-10521</link> <dc:creator>Riley</dc:creator> <pubDate>Fri, 02 Jul 2010 18:49:02 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-10521</guid> <description>I am also having this problem.When generating a .php css file using
header(&quot;Content-type: text/css&quot;);
include (TEMPLATEPATH.’/get-theme-options.php’);Nothing happens.  When viewing the file individually include errors occur.If I remove the include line the file loads fine and css is applied.Does anyone know the solution?Thank you.Great tutorial.</description> <content:encoded><![CDATA[<p>I am also having this problem.</p><p>When generating a .php css file using<br
/> header(&#8220;Content-type: text/css&#8221;);<br
/> include (TEMPLATEPATH.’/get-theme-options.php’);</p><p>Nothing happens.  When viewing the file individually include errors occur.</p><p>If I remove the include line the file loads fine and css is applied.</p><p>Does anyone know the solution?</p><p>Thank you.</p><p>Great tutorial.</p> ]]></content:encoded> </item> <item><title>By: Alex Denning</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-9893</link> <dc:creator>Alex Denning</dc:creator> <pubDate>Sat, 05 Jun 2010 20:52:14 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-9893</guid> <description>When I wrote this, &lt;code&gt;body_class&lt;/code&gt; didn&#039;t actually exist (I wrote this a while before publishing), so that&#039;s why I didn&#039;t use it!It&#039;s a good shout though and something that would make a lot of sense doing (now you mention it, I do know of some themes that do it). I&#039;d have to test it out but it seems you&#039;d have to test which has a worse effect on loading times -- extra styles inline or a large stylesheet (and body class functions can get fairly big!). For the odd styles, &lt;code&gt;body_class&lt;/code&gt; would be the way to go, but with a lot of options I&#039;m not so sure.</description> <content:encoded><![CDATA[<p>When I wrote this, <code>body_class</code> didn&#8217;t actually exist (I wrote this a while before publishing), so that&#8217;s why I didn&#8217;t use it!</p><p>It&#8217;s a good shout though and something that would make a lot of sense doing (now you mention it, I do know of some themes that do it). I&#8217;d have to test it out but it seems you&#8217;d have to test which has a worse effect on loading times &#8212; extra styles inline or a large stylesheet (and body class functions can get fairly big!). For the odd styles, <code>body_class</code> would be the way to go, but with a lot of options I&#8217;m not so sure.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-9799</link> <dc:creator>John</dc:creator> <pubDate>Thu, 03 Jun 2010 02:43:07 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-9799</guid> <description>Hi Alex, thank you very much for the thorough tut. I read through it a couple times when you published it last year and finally got around to making my own.I noticed when you adjust the site layout, you do it by making additional stylesheets and including them via if statements in the header. Did you consider filtering the &lt;code&gt;body_class()&lt;/code&gt; function and adding in 3c, 2c and 2cw based on the if statements you wrote? If so, why did you choose the way you did? To me, filtering the class is simpler as it leads to less code duplication among the 3 stylesheets, but I could be missing something.</description> <content:encoded><![CDATA[<p>Hi Alex, thank you very much for the thorough tut. I read through it a couple times when you published it last year and finally got around to making my own.</p><p>I noticed when you adjust the site layout, you do it by making additional stylesheets and including them via if statements in the header. Did you consider filtering the <code>body_class()</code> function and adding in 3c, 2c and 2cw based on the if statements you wrote? If so, why did you choose the way you did? To me, filtering the class is simpler as it leads to less code duplication among the 3 stylesheets, but I could be missing something.</p> ]]></content:encoded> </item> <item><title>By: Abhik</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-9363</link> <dc:creator>Abhik</dc:creator> <pubDate>Thu, 20 May 2010 16:22:01 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-9363</guid> <description>Hi,
Whenever I put a html link (a href) in textarea field it adds \ before every &quot;.
How can I fix that?When I put &lt;code&gt;&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&lt;/code&gt; it becomes &lt;code&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&lt;/code&gt;Thanks in advance..</description> <content:encoded><![CDATA[<p>Hi,<br
/> Whenever I put a html link (a href) in textarea field it adds \ before every &#8220;.<br
/> How can I fix that?</p><p>When I put <code><a
href="" rel="nofollow"></a></code> it becomes <code><a
href="#" rel="nofollow"></a></code></p><p>Thanks in advance..</p> ]]></content:encoded> </item> <item><title>By: 100+ Resources for WordPress Theme Developers &#124; BloggingBlogging.com</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-8544</link> <dc:creator>100+ Resources for WordPress Theme Developers &#124; BloggingBlogging.com</dc:creator> <pubDate>Wed, 28 Apr 2010 06:05:56 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-8544</guid> <description>[...] Creating An Advanced Options Page in WordPress Part 1, Part 2, Part 3, and Part 4 [...]</description> <content:encoded><![CDATA[<p>[...] Creating An Advanced Options Page in WordPress Part 1, Part 2, Part 3, and Part 4 [...]</p> ]]></content:encoded> </item> <item><title>By: Sam</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-7763</link> <dc:creator>Sam</dc:creator> <pubDate>Sun, 04 Apr 2010 17:25:03 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-7763</guid> <description>Hi Alex,Great tutorial, I&#039;ve looked at three today and this is by far the easiest to follow.One suggestion would be to change the blog layout option to &#039;select&#039; rather than offering 3 check boxes and telling the user to only choose one.Also the download files for day three 404&#039;d my ass :)Other than that a great tutorial and I found it really useful, thanks!</description> <content:encoded><![CDATA[<p>Hi Alex,</p><p>Great tutorial, I&#8217;ve looked at three today and this is by far the easiest to follow.</p><p>One suggestion would be to change the blog layout option to &#8216;select&#8217; rather than offering 3 check boxes and telling the user to only choose one.</p><p>Also the download files for day three 404&#8242;d my ass <img
src='http://wpshout.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Other than that a great tutorial and I found it really useful, thanks!</p> ]]></content:encoded> </item> <item><title>By: Joyful Thiek</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-6534</link> <dc:creator>Joyful Thiek</dc:creator> <pubDate>Wed, 17 Feb 2010 06:16:26 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-6534</guid> <description>And if you don&#039;t mind, can you please tell me how I can set up a field for uploading a picture file for the blog logo from the Options page? I&#039;ve looked for it everywhere but I can&#039;t seem to find an answer.</description> <content:encoded><![CDATA[<p>And if you don&#8217;t mind, can you please tell me how I can set up a field for uploading a picture file for the blog logo from the Options page? I&#8217;ve looked for it everywhere but I can&#8217;t seem to find an answer.</p> ]]></content:encoded> </item> <item><title>By: James Smith</title><link>http://wpshout.com/create-an-advanced-theme-options-page-in-wordpress-day-4/comment-page-1/#comment-6505</link> <dc:creator>James Smith</dc:creator> <pubDate>Mon, 15 Feb 2010 15:43:22 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1430#comment-6505</guid> <description>Yes it exists.I seem to be able to read the values in all other php files except for when I insert the code in the style.php and have the header(“Content-type: text/css”); code. Then it just does not recognize? Any suggestions please?</description> <content:encoded><![CDATA[<p>Yes it exists.</p><p>I seem to be able to read the values in all other php files except for when I insert the code in the style.php and have the header(“Content-type: text/css”); code. Then it just does not recognize? Any suggestions please?</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 (user agent is rejected)
Database Caching 6/24 queries in 0.023 seconds using disk
Content Delivery Network via wpshout.wpcdn.com (user agent is rejected)

Served from: wpshout.com @ 2010-09-09 19:03:22 -->