<?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: Wordpress Theme Toolkit Upgrade</title>
	<atom:link href="http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Thu, 18 Mar 2010 03:25:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: aNieto2K &#187; Nuevo Wordpress Theme Toolkit</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3263</link>
		<dc:creator>aNieto2K &#187; Nuevo Wordpress Theme Toolkit</dc:creator>
		<pubDate>Sun, 11 Dec 2005 11:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3263</guid>
		<description>[...] Más info &#124; aqui     --&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] Más info | aqui     &#8211;&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2005-12-09 at Bharath Kumar</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3252</link>
		<dc:creator>links for 2005-12-09 at Bharath Kumar</dc:creator>
		<pubDate>Sat, 10 Dec 2005 13:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3252</guid>
		<description>[...] Wordpress Theme Toolkit Upgrade Â« planetOzh (tags: wordpress) [...]</description>
		<content:encoded><![CDATA[<p>[...] Wordpress Theme Toolkit Upgrade Â« planetOzh (tags: wordpress) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3247</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 09 Dec 2005 21:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3247</guid>
		<description>heheheheeh yes you are right :) But your system is so fast that even if someone knoow ho w to do stuff will use it.

What about the problem of quote?</description>
		<content:encoded><![CDATA[<p>heheheheeh yes you are right :) But your system is so fast that even if someone knoow ho w to do stuff will use it.</p>
<p>What about the problem of quote?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3246</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Fri, 09 Dec 2005 21:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3246</guid>
		<description>Steve &#187; I wanted to keep things as simple as possible. Adding support for width, section titles and so on was starting to be a bit overkill. I mean, if it&#039;s harder to figure out how to build the admin menu, than to write everything yourself without using the Toolkit, where&#039;s the point ? :)</description>
		<content:encoded><![CDATA[<p>Steve &raquo; I wanted to keep things as simple as possible. Adding support for width, section titles and so on was starting to be a bit overkill. I mean, if it&#8217;s harder to figure out how to build the admin menu, than to write everything yourself without using the Toolkit, where&#8217;s the point ? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3245</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 09 Dec 2005 20:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3245</guid>
		<description>I notice a little bug, I&#039;m using &#039;option_variable&#039; =&gt; &#039;Option Title ## optionnal explanations&#039; to let people put some code that will be then evaluated with the eval() function. It&#039;s all ok but for the followin text:

mdv_recent_comments(10, 7, &#039;&#039;, &#039;&#039;, true, 0);

If i save the variable got the right value but when the value show up again in the admin panel it get truncated this way:

mdv_recent_comments(10, 7, 

Obvoiously the problem is in the &#039;. THe same done on a textarea work with no problem

Would be nice have the simple filed text have an optional paramter for size.</description>
		<content:encoded><![CDATA[<p>I notice a little bug, I&#8217;m using &#8216;option_variable&#8217; =&gt; &#8216;Option Title ## optionnal explanations&#8217; to let people put some code that will be then evaluated with the eval() function. It&#8217;s all ok but for the followin text:</p>
<p>mdv_recent_comments(10, 7, &#8221;, &#8221;, true, 0);</p>
<p>If i save the variable got the right value but when the value show up again in the admin panel it get truncated this way:</p>
<p>mdv_recent_comments(10, 7, </p>
<p>Obvoiously the problem is in the &#8216;. THe same done on a textarea work with no problem</p>
<p>Would be nice have the simple filed text have an optional paramter for size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3243</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 09 Dec 2005 12:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3243</guid>
		<description>Perhaps this is a question for the WP forum but I am wondering why my categories are not in alphabetical order? Is there a way to make WP 2 RC1 sort categories in alphabetical order?  BTW: thanks for a great theme.</description>
		<content:encoded><![CDATA[<p>Perhaps this is a question for the WP forum but I am wondering why my categories are not in alphabetical order? Is there a way to make WP 2 RC1 sort categories in alphabetical order?  BTW: thanks for a great theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3240</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 08 Dec 2005 21:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3240</guid>
		<description>I figured it out.  It seems that the &quot;Extended Live Archives&quot; Plugin was making it crash. For some reason it worked fine using the K2 Beta Theme. Hmmm...</description>
		<content:encoded><![CDATA[<p>I figured it out.  It seems that the &#8220;Extended Live Archives&#8221; Plugin was making it crash. For some reason it worked fine using the K2 Beta Theme. Hmmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3239</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3239</guid>
		<description>Nothing particular with any browser I could use under Windows and Linux. And there&#039;s is really nothing weird that should bug with Safari. As stated, this theme is very minimalist :)</description>
		<content:encoded><![CDATA[<p>Nothing particular with any browser I could use under Windows and Linux. And there&#8217;s is really nothing weird that should bug with Safari. As stated, this theme is very minimalist :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3238</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 08 Dec 2005 19:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3238</guid>
		<description>BTW: it browser that crashes is the Safari browser.  It is stable in FF 1.5.

What is it like in IE?</description>
		<content:encoded><![CDATA[<p>BTW: it browser that crashes is the Safari browser.  It is stable in FF 1.5.</p>
<p>What is it like in IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/comment-page-1/#comment-3236</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 08 Dec 2005 19:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/12/08/wordpress-theme-toolkit-upgrade/#comment-3236</guid>
		<description>Love this theme, sweet theme.  I use Mac OS X and when I switched this theme, mt browser keeps crashing.  Has anyone noticed that?</description>
		<content:encoded><![CDATA[<p>Love this theme, sweet theme.  I use Mac OS X and when I switched this theme, mt browser keeps crashing.  Has anyone noticed that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
