<?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 Can Make Your Theme Worse</title>
	<atom:link href="http://themeshaper.com/theme-options-can-make-your-theme-worse/feed/" rel="self" type="application/rss+xml" />
	<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/</link>
	<description>Shaping WordPress Themes</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-4179</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-4179</guid>
		<description>I ran into that problem too, Ian.  You have to add the &lt;code&gt;remove_action&lt;/code&gt; inside an extra function, then use &lt;code&gt;add_action&lt;/code&gt; to add that function to &lt;code&gt;wp_head&lt;/code&gt;.  It would seem like any action removed in the child theme should take over, but that&#039;s not the case without creating a new function just for removing actions.</description>
		<content:encoded><![CDATA[<p>I ran into that problem too, Ian.  You have to add the <code>remove_action</code> inside an extra function, then use <code>add_action</code> to add that function to <code>wp_head</code>.  It would seem like any action removed in the child theme should take over, but that&#8217;s not the case without creating a new function just for removing actions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3423</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Sat, 09 Aug 2008 16:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3423</guid>
		<description>One thing I&#039;ve been trying to figure out is how to remove a Parent Theme action from a Child Theme&#039;s function.php. No luck with that yet.

Knowing me, it&#039;s probably something simple I&#039;ve overlooked.</description>
		<content:encoded><![CDATA[<p>One thing I&#8217;ve been trying to figure out is how to remove a Parent Theme action from a Child Theme&#8217;s function.php. No luck with that yet.</p>
<p>Knowing me, it&#8217;s probably something simple I&#8217;ve overlooked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hafiz Rahman</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3409</link>
		<dc:creator>Hafiz Rahman</dc:creator>
		<pubDate>Sat, 09 Aug 2008 00:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3409</guid>
		<description>@Justin
Sounds great!

I&#039;m also thinking and looking for ways to do various cases: completely removing the parents theme options, only removing some of the options, replacing the options, adding new options, removing all options and adding a completely new ones, etc...

It gets confusing after a while though :)</description>
		<content:encoded><![CDATA[<p>@Justin<br />
Sounds great!</p>
<p>I&#8217;m also thinking and looking for ways to do various cases: completely removing the parents theme options, only removing some of the options, replacing the options, adding new options, removing all options and adding a completely new ones, etc&#8230;</p>
<p>It gets confusing after a while though <img src='http://themeshaper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3407</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Fri, 08 Aug 2008 14:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3407</guid>
		<description>@Hafiz
After posting my comment above, I got to thinking about that.  I haven&#039;t gotten into it yet, but maybe using a filter or action to change or remove an option might work in the child theme (I&#039;m talking completely removing it from the theme options page).

It&#039;s something I&#039;m definitely going to check out because there&#039;s a few options I&#039;d like to remove to achieve something else.

Of course, if we want to remove it, then maybe we should be asking ourselves whether it should&#039;ve been added in the first place. :)</description>
		<content:encoded><![CDATA[<p>@Hafiz<br />
After posting my comment above, I got to thinking about that.  I haven&#8217;t gotten into it yet, but maybe using a filter or action to change or remove an option might work in the child theme (I&#8217;m talking completely removing it from the theme options page).</p>
<p>It&#8217;s something I&#8217;m definitely going to check out because there&#8217;s a few options I&#8217;d like to remove to achieve something else.</p>
<p>Of course, if we want to remove it, then maybe we should be asking ourselves whether it should&#8217;ve been added in the first place. <img src='http://themeshaper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hafiz Rahman</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3405</link>
		<dc:creator>Hafiz Rahman</dc:creator>
		<pubDate>Fri, 08 Aug 2008 14:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3405</guid>
		<description>Well yeah in pretty much everything, moderation use is best. But I&#039;m wondering: so we can&#039;t kill a parent&#039;s theme options? There&#039;s no way to do it, say, via the child theme&#039;s function.php? Hmm...</description>
		<content:encoded><![CDATA[<p>Well yeah in pretty much everything, moderation use is best. But I&#8217;m wondering: so we can&#8217;t kill a parent&#8217;s theme options? There&#8217;s no way to do it, say, via the child theme&#8217;s function.php? Hmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea_R</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3402</link>
		<dc:creator>Andrea_R</dc:creator>
		<pubDate>Fri, 08 Aug 2008 12:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3402</guid>
		<description>While I do agree that there&#039;s some thing I&#039;ve seen on a theme Options page that really woudl be better served via plugin, I&#039;m going to tackle it from another viewpoint. :)

Up above where Mike said he thought by listing every option to edit the theme from the options page was overkill.

on some setups, like single-user WP where the owner does not want to or does not have the knowledge to edit code, or on a WordPressMU setup where the user just plain can&#039;t use the theme editor, then it makes a ton of sense.

But again, the options themselves have to make sense. There was a theme released earlier this week with three separate downloads. The only difference was the sidebar was moved around. In that case as well, an options page makes more sense than three separate themes. Even bundled child themes would have made more sense.</description>
		<content:encoded><![CDATA[<p>While I do agree that there&#8217;s some thing I&#8217;ve seen on a theme Options page that really woudl be better served via plugin, I&#8217;m going to tackle it from another viewpoint. <img src='http://themeshaper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Up above where Mike said he thought by listing every option to edit the theme from the options page was overkill.</p>
<p>on some setups, like single-user WP where the owner does not want to or does not have the knowledge to edit code, or on a WordPressMU setup where the user just plain can&#8217;t use the theme editor, then it makes a ton of sense.</p>
<p>But again, the options themselves have to make sense. There was a theme released earlier this week with three separate downloads. The only difference was the sidebar was moved around. In that case as well, an options page makes more sense than three separate themes. Even bundled child themes would have made more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3401</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3401</guid>
		<description>&lt;blockquote&gt;How about a custom page that is just an include defined in functions.php? This would allow custom home pages which don’t necessarily include global elements.&lt;/blockquote&gt;

I was considering this before I went on my mad quest to get child themes pumped up for 2.7.

I&#039;ve got to test out HeadSpace 2 again. And think some more about widgets. Although I was thinking about adding a hook into the header, not a widget, We&#039;ll see.

Thanks, Andy!</description>
		<content:encoded><![CDATA[<blockquote><p>How about a custom page that is just an include defined in functions.php? This would allow custom home pages which don’t necessarily include global elements.</p></blockquote>
<p>I was considering this before I went on my mad quest to get child themes pumped up for 2.7.</p>
<p>I&#8217;ve got to test out HeadSpace 2 again. And think some more about widgets. Although I was thinking about adding a hook into the header, not a widget, We&#8217;ll see.</p>
<p>Thanks, Andy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3393</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Fri, 08 Aug 2008 08:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3393</guid>
		<description>I think it is impossible for a theme to achieve &quot;one glove fits all&quot; as far as SEO as everyone has their own opinions.
Examples would be the method used for handling meta in the header - last time I checked if using Headspace I would have to modify your header for instance.

I find paging is worse than using a custom query so WP Page Navi will never be used.

Why use a plugin for comment policy when it could be a widget area

Most themes currently assume that you want everything in the header div, though a lot can be done with some very specific CSS
Wouldn&#039;t it be logical to have a widget area before the branding?

How about a custom page that is just an include defined in functions.php? This would allow custom home pages which don&#039;t necessarily include global elements.

Widget areas specific for RSS feeds? (going down the rabbit hole a little)</description>
		<content:encoded><![CDATA[<p>I think it is impossible for a theme to achieve &#8220;one glove fits all&#8221; as far as SEO as everyone has their own opinions.<br />
Examples would be the method used for handling meta in the header &#8211; last time I checked if using Headspace I would have to modify your header for instance.</p>
<p>I find paging is worse than using a custom query so WP Page Navi will never be used.</p>
<p>Why use a plugin for comment policy when it could be a widget area</p>
<p>Most themes currently assume that you want everything in the header div, though a lot can be done with some very specific CSS<br />
Wouldn&#8217;t it be logical to have a widget area before the branding?</p>
<p>How about a custom page that is just an include defined in functions.php? This would allow custom home pages which don&#8217;t necessarily include global elements.</p>
<p>Widget areas specific for RSS feeds? (going down the rabbit hole a little)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3392</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 08 Aug 2008 02:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3392</guid>
		<description>Not to be a copycat Ian but I&#039;m working on a theme similar to Thematic, well sorta.

It&#039;s my own starter theme that currently is built to be skinned easy and gives you the ability to make your own &quot;Frankenstein theme&quot; with modules of code to add different pieces of premade parts to the page templates. So far my options that are definitely necessary are the picking layout and style css files, and to let the user pick what modules they want to use. Anything else is too much.

So I guess options can make your theme worse if the options are just unnecessary and don&#039;t suit the theme. Like I don&#039;t need SEO options seeing as there are decent plugins for that.</description>
		<content:encoded><![CDATA[<p>Not to be a copycat Ian but I&#8217;m working on a theme similar to Thematic, well sorta.</p>
<p>It&#8217;s my own starter theme that currently is built to be skinned easy and gives you the ability to make your own &#8220;Frankenstein theme&#8221; with modules of code to add different pieces of premade parts to the page templates. So far my options that are definitely necessary are the picking layout and style css files, and to let the user pick what modules they want to use. Anything else is too much.</p>
<p>So I guess options can make your theme worse if the options are just unnecessary and don&#8217;t suit the theme. Like I don&#8217;t need SEO options seeing as there are decent plugins for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3391</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3391</guid>
		<description>Mike, let us know what you wind up leaving in and what you leave out. Or even what you&#039;re planning on.</description>
		<content:encoded><![CDATA[<p>Mike, let us know what you wind up leaving in and what you leave out. Or even what you&#8217;re planning on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3390</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3390</guid>
		<description>Oh! Hey, Andy, while I&#039;ve got your attention: have you considered, or looked-over Thematic in an SEO regard? Curious how it appears to someone that &lt;em&gt;really&lt;/em&gt; knows what they&#039;re doing with SEO.</description>
		<content:encoded><![CDATA[<p>Oh! Hey, Andy, while I&#8217;ve got your attention: have you considered, or looked-over Thematic in an SEO regard? Curious how it appears to someone that <em>really</em> knows what they&#8217;re doing with SEO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3389</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3389</guid>
		<description>I always knew that having too many options can make a theme undesirable. Like if you list every single way to edit the theme from the options panel, then it&#039;s overkill.

I&#039;m just trying to build an options panel with strong options that show their purpose, and picking the ones that are truly optional options that don&#039;t really need to be there.</description>
		<content:encoded><![CDATA[<p>I always knew that having too many options can make a theme undesirable. Like if you list every single way to edit the theme from the options panel, then it&#8217;s overkill.</p>
<p>I&#8217;m just trying to build an options panel with strong options that show their purpose, and picking the ones that are truly optional options that don&#8217;t really need to be there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3388</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3388</guid>
		<description>It&#039;s such a tough call, how abstracted the theme could be, how much it should do, how much it shouldn&#039;t. Tough, but I like it. ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s such a tough call, how abstracted the theme could be, how much it should do, how much it shouldn&#8217;t. Tough, but I like it. <img src='http://themeshaper.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3387</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3387</guid>
		<description>Theme options can also make it harder to do cool stuff with child themes and make them unique because each child theme would have to account for the parent theme&#039;s options.

This is one major reason I&#039;m moving away from a lot of theme options in future themes.</description>
		<content:encoded><![CDATA[<p>Theme options can also make it harder to do cool stuff with child themes and make them unique because each child theme would have to account for the parent theme&#8217;s options.</p>
<p>This is one major reason I&#8217;m moving away from a lot of theme options in future themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://themeshaper.com/theme-options-can-make-your-theme-worse/comment-page-1/#comment-3386</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Fri, 08 Aug 2008 00:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/?p=329#comment-3386</guid>
		<description>The same is true of SEO stuff that people might have to rip out ;)

Lots of stuff could possibly be moved to the functions.php where it can then be modified in a child theme.</description>
		<content:encoded><![CDATA[<p>The same is true of SEO stuff that people might have to rip out <img src='http://themeshaper.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Lots of stuff could possibly be moved to the functions.php where it can then be modified in a child theme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
