<?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: WPlize &#8211; A Class For Options In WordPress</title>
	<atom:link href="http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Malcalevak</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-939</link>
		<dc:creator>Malcalevak</dc:creator>
		<pubDate>Fri, 03 Apr 2009 23:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-939</guid>
		<description>I take it you mean overriding the built in save feature with your own?</description>
		<content:encoded><![CDATA[<p>I take it you mean overriding the built in save feature with your own?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-936</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-936</guid>
		<description>@Malcalevak, you can intercept every save, for example via $-POST and then start the save/update function of the class.</description>
		<content:encoded><![CDATA[<p>@Malcalevak, you can intercept every save, for example via $-POST and then start the save/update function of the class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcalevak</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-926</link>
		<dc:creator>Malcalevak</dc:creator>
		<pubDate>Thu, 02 Apr 2009 00:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-926</guid>
		<description>I&#039;m trying to implement this in my own plugin, but I&#039;m at a loss as to how to use it on a settings page, without bypassing the built in update/save function. Is that what you&#039;re recommending we do?</description>
		<content:encoded><![CDATA[<p>I'm trying to implement this in my own plugin, but I'm at a loss as to how to use it on a settings page, without bypassing the built in update/save function. Is that what you're recommending we do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-103</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 08 Nov 2008 21:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-103</guid>
		<description>Thanks for the wishes Twincascos, the decision if we made it under the best 20 Blogs talking about WordPress is coming closer. Will be interesting if we make it :)

Thank you Doug for your link to your tutorial, hope you find more coming posts interesting too. ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the wishes Twincascos, the decision if we made it under the best 20 Blogs talking about WordPress is coming closer. Will be interesting if we make it <img src='http://wpengineer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you Doug for your link to your tutorial, hope you find more coming posts interesting too. <img src='http://wpengineer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twincascos</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-101</link>
		<dc:creator>Twincascos</dc:creator>
		<pubDate>Sat, 08 Nov 2008 17:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-101</guid>
		<description>I&#039;ve been struggling with options for a few days now. Finally have them working. Now I found this post and I thank you, although a bit late to save me all that time. I&#039;ll be testing this class when I have a chance to include it into my present plugin project. Thanx for all your articles and good luck with the wpwebhost competition.</description>
		<content:encoded><![CDATA[<p>I've been struggling with options for a few days now. Finally have them working. Now I found this post and I thank you, although a bit late to save me all that time. I'll be testing this class when I have a chance to include it into my present plugin project. Thanx for all your articles and good luck with the wpwebhost competition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Stewart</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-100</link>
		<dc:creator>Doug Stewart</dc:creator>
		<pubDate>Sat, 08 Nov 2008 17:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-100</guid>
		<description>Interesting.  Very interesting.  Kinda like an OOP spin on my &lt;a href=&quot;http://literalbarrage.org/blog/archives/2007/05/03/a-theme-tip-for-wordpress-theme-authors/&quot; rel=&quot;nofollow&quot;&gt;theme options page&lt;/a&gt; tutorial...</description>
		<content:encoded><![CDATA[<p>Interesting.  Very interesting.  Kinda like an OOP spin on my <a href="http://literalbarrage.org/blog/archives/2007/05/03/a-theme-tip-for-wordpress-theme-authors/" rel="nofollow">theme options page</a> tutorial...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-42</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 26 Oct 2008 19:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-42</guid>
		<description>Yes, this is possible. I think, for only delete one option it is the simple way &lt;code&gt;delete_option(&#039;option_name&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Yes, this is possible. I think, for only delete one option it is the simple way <code>delete_option('option_name');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi Ivars</title>
		<link>http://wpengineer.com/204/wplize-a-class-for-options-in-wordpress/#comment-40</link>
		<dc:creator>Xavi Ivars</dc:creator>
		<pubDate>Sat, 25 Oct 2008 20:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=204#comment-40</guid>
		<description>Is there any way to delete only one option?</description>
		<content:encoded><![CDATA[<p>Is there any way to delete only one option?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

