<?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: Theme options for WordPress 2.7</title>
	<atom:link href="http://www.pixelace.com/2009/theme-options-for-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelace.com/2009/theme-options-for-wordpress-27/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 23 Jun 2010 04:41:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Tim</title>
		<link>http://www.pixelace.com/2009/theme-options-for-wordpress-27/comment-page-1/#comment-1171</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 23 Jun 2010 04:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelace.com/?p=98#comment-1171</guid>
		<description>I encountered a problem with the Theme Options page not loading under a localhost WAMP server running WordPress 3.0. Changing the __FILE__ value in the example mytheme_menu function I supplied above to an empty &#039;&#039; or descriptive string such as &#039;my_theme_options&#039; got it working again.</description>
		<content:encoded><![CDATA[<p>I encountered a problem with the Theme Options page not loading under a localhost WAMP server running WordPress 3.0. Changing the __FILE__ value in the example mytheme_menu function I supplied above to an empty &#8221; or descriptive string such as &#8216;my_theme_options&#8217; got it working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to add an options form to a wordpress theme using settings_fields &#124; Ken H. Judy</title>
		<link>http://www.pixelace.com/2009/theme-options-for-wordpress-27/comment-page-1/#comment-722</link>
		<dc:creator>How to add an options form to a wordpress theme using settings_fields &#124; Ken H. Judy</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelace.com/?p=98#comment-722</guid>
		<description>[...] After the fact, I found this description which seems well written: http://www.pixelace.com/2009/theme-options-for-wordpress-27/ [...]</description>
		<content:encoded><![CDATA[<p>[...] After the fact, I found this description which seems well written: <a href="http://www.pixelace.com/2009/theme-options-for-wordpress-27/" rel="nofollow">http://www.pixelace.com/2009/theme-options-for-wordpress-27/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivanand Sharma</title>
		<link>http://www.pixelace.com/2009/theme-options-for-wordpress-27/comment-page-1/#comment-138</link>
		<dc:creator>Shivanand Sharma</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelace.com/?p=98#comment-138</guid>
		<description>Perfect. That&#039;s what I was looking for. Looks like I was using the wrong keywords on Google search.

I also think you should take up this article yourself because of the simple and easy approach you take and also because it will compliment this article perfectly. Thanks again.</description>
		<content:encoded><![CDATA[<p>Perfect. That&#8217;s what I was looking for. Looks like I was using the wrong keywords on Google search.</p>
<p>I also think you should take up this article yourself because of the simple and easy approach you take and also because it will compliment this article perfectly. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pixelace.com/2009/theme-options-for-wordpress-27/comment-page-1/#comment-1079</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelace.com/?p=98#comment-1079</guid>
		<description>I&#039;m pleased it&#039;s working and thanks for your kind words. I don&#039;t know much about the array method but it sounds like a good idea. It sounds complicated enough to need another post though. Have you seen this recent &lt;a href=&quot;http://ptahdunbar.com/wordpress/consolidate-options-with-arrays-in-your-wordpress-themes/&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt; on the subject? Have a look and let me know if you still need help!</description>
		<content:encoded><![CDATA[<p>I&#8217;m pleased it&#8217;s working and thanks for your kind words. I don&#8217;t know much about the array method but it sounds like a good idea. It sounds complicated enough to need another post though. Have you seen this recent <a href="http://ptahdunbar.com/wordpress/consolidate-options-with-arrays-in-your-wordpress-themes/" rel="nofollow">post</a> on the subject? Have a look and let me know if you still need help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivanand Sharma</title>
		<link>http://www.pixelace.com/2009/theme-options-for-wordpress-27/comment-page-1/#comment-1078</link>
		<dc:creator>Shivanand Sharma</dc:creator>
		<pubDate>Tue, 18 Aug 2009 11:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelace.com/?p=98#comment-1078</guid>
		<description>Sorry about the earlier report. I did get it to work. I started from scratch and used your exact code. Then I customized it to get what I wanted.

Maybe it broke earlier because I was changing the names of the functions and the form while copying your code step by step - could have missed something.

Many thanks for this tutorial. It is simple and not complicated like some of the others out there.

Also could you enlighten on how to save these options as an array. I see many themes creating a single database entry by putting all options into a single array. That will keep things clean. Many thanks again.</description>
		<content:encoded><![CDATA[<p>Sorry about the earlier report. I did get it to work. I started from scratch and used your exact code. Then I customized it to get what I wanted.</p>
<p>Maybe it broke earlier because I was changing the names of the functions and the form while copying your code step by step &#8211; could have missed something.</p>
<p>Many thanks for this tutorial. It is simple and not complicated like some of the others out there.</p>
<p>Also could you enlighten on how to save these options as an array. I see many themes creating a single database entry by putting all options into a single array. That will keep things clean. Many thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
