<?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: If you were a WordPress theme developer: Theme options</title>
	<atom:link href="http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:19:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Liz</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-139562</link>
		<dc:creator>Liz</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-139562</guid>
		<description>It will definitely be easy if WP will have it&#039;s very own social bookmarking tools but overtime I wouldn&#039;t be effective anymore. If you happened to use social marker for your social bookmarking, you&#039;ll notice that there are actually sites on the list that are already non functional.</description>
		<content:encoded><![CDATA[<p>It will definitely be easy if WP will have it&#8217;s very own social bookmarking tools but overtime I wouldn&#8217;t be effective anymore. If you happened to use social marker for your social bookmarking, you&#8217;ll notice that there are actually sites on the list that are already non functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teeveTheof</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-117260</link>
		<dc:creator>teeveTheof</dc:creator>
		<pubDate>Mon, 20 Apr 2009 22:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-117260</guid>
		<description>Да, похоже что в действительности - так оно и есть. P.S. Сайт, кстати, у вас прикольно сверстан</description>
		<content:encoded><![CDATA[<p>Да, похоже что в действительности &#8211; так оно и есть. P.S. Сайт, кстати, у вас прикольно сверстан</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-94954</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-94954</guid>
		<description>I&#039;d love to see theme options to specify which categories appear in top level navigation.  I might have some fifty categories in a website, but only want ten of them to appear in the menu.  Currently this requires either handcoding the wp-list-categories or using a plugin.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see theme options to specify which categories appear in top level navigation.  I might have some fifty categories in a website, but only want ten of them to appear in the menu.  Currently this requires either handcoding the wp-list-categories or using a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The slippery slope dilemma: How much control should users have?</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-93841</link>
		<dc:creator>The slippery slope dilemma: How much control should users have?</dc:creator>
		<pubDate>Mon, 09 Feb 2009 06:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-93841</guid>
		<description>[...] asked this question before&#8201;&#8212;&#8201;What would you add to a theme options page? It&#8217;s a tough question to answer in terms [...]</description>
		<content:encoded><![CDATA[<p>[...] asked this question before&thinsp;&mdash;&thinsp;What would you add to a theme options page? It&#8217;s a tough question to answer in terms [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-60593</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Thu, 13 Nov 2008 12:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-60593</guid>
		<description>&lt;strong&gt;Bizhack&lt;/strong&gt;
1) I figured a few more people would go for the header image.

2) This can actually be easily done without touching the main theme files at all by filtering &lt;code&gt;the_content()&lt;/code&gt;, which is how many plugins do it.

3) Tags shouldn&#039;t be used for featuring articles that way.  You should feature your articles based on tag, not tag your articles based on feature.

4) I suppose this could be useful as something like a shortcode.  Then again, this is probably more of a plugin thing than a theme thing.

5) I think a notes section would be great for the WordPress admin.  I&#039;ve been thinking about writing a plugin for this for a while, but I wouldn&#039;t normally put this under the realm of theme options.

&lt;strong&gt;EmmaB&lt;/strong&gt;
This is something I&#039;ve been doing with my themes for a while.  I think it&#039;s becoming pretty standard nowadays.  There&#039;s also the Feedsmith plugin that&#039;ll redirect your feeds.

&lt;strong&gt;Jonathan&lt;/strong&gt;
I&#039;m not sure I follow all of that.  It&#039;s probably because of the long run-on sentence you wrote.

Hey, I do have an English degree! ;)

&lt;strong&gt;Lane&lt;/strong&gt;
An opt-in box would be cool, but I think we&#039;re starting to blur the lines between plugins and themes here.  Of course, I like to do that sort of thing.</description>
		<content:encoded><![CDATA[<p><strong>Bizhack</strong><br />
1) I figured a few more people would go for the header image.</p>
<p>2) This can actually be easily done without touching the main theme files at all by filtering <code>the_content()</code>, which is how many plugins do it.</p>
<p>3) Tags shouldn&#8217;t be used for featuring articles that way.  You should feature your articles based on tag, not tag your articles based on feature.</p>
<p>4) I suppose this could be useful as something like a shortcode.  Then again, this is probably more of a plugin thing than a theme thing.</p>
<p>5) I think a notes section would be great for the WordPress admin.  I&#8217;ve been thinking about writing a plugin for this for a while, but I wouldn&#8217;t normally put this under the realm of theme options.</p>
<p><strong>EmmaB</strong><br />
This is something I&#8217;ve been doing with my themes for a while.  I think it&#8217;s becoming pretty standard nowadays.  There&#8217;s also the Feedsmith plugin that&#8217;ll redirect your feeds.</p>
<p><strong>Jonathan</strong><br />
I&#8217;m not sure I follow all of that.  It&#8217;s probably because of the long run-on sentence you wrote.</p>
<p>Hey, I do have an English degree! <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Lane</strong><br />
An opt-in box would be cool, but I think we&#8217;re starting to blur the lines between plugins and themes here.  Of course, I like to do that sort of thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-60004</link>
		<dc:creator>Lane</dc:creator>
		<pubDate>Wed, 12 Nov 2008 05:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-60004</guid>
		<description>Justin,

Thanks for the themes.

I would love to see a theme that has an opt in box at the top right hand corner incorporatd in it. (I still haven&#039;t figured out how to put the code in the text box. That&#039;s tomorrow project. I hope it doesn&#039;t take all day!)I would also like it to be adjustable, in other words how many line open, ie, Name:, Email address:, Phone number:, URL etc...

Thanks,

Lane</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>Thanks for the themes.</p>
<p>I would love to see a theme that has an opt in box at the top right hand corner incorporatd in it. (I still haven&#8217;t figured out how to put the code in the text box. That&#8217;s tomorrow project. I hope it doesn&#8217;t take all day!)I would also like it to be adjustable, in other words how many line open, ie, Name:, Email address:, Phone number:, URL etc&#8230;</p>
<p>Thanks,</p>
<p>Lane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-57565</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 05 Nov 2008 17:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-57565</guid>
		<description>I would like to see the ability to get the IDs, delayed (by date) posting, full comment control (incl., custom gravatars, post order, etc.), also a more robust way of adding graphic files instead of custom fields (yes, it works well but tell that to grandma) with text boxes already set for &quot;feature&quot; &quot;thumbs&quot; and &quot;search&quot; images attached to post.

Also would love to see a full editor with a separate &quot;viewpane&quot; of the content edited for a post/page. I&#039;m old school when the mosaic browser was hot!</description>
		<content:encoded><![CDATA[<p>I would like to see the ability to get the IDs, delayed (by date) posting, full comment control (incl., custom gravatars, post order, etc.), also a more robust way of adding graphic files instead of custom fields (yes, it works well but tell that to grandma) with text boxes already set for &#8220;feature&#8221; &#8220;thumbs&#8221; and &#8220;search&#8221; images attached to post.</p>
<p>Also would love to see a full editor with a separate &#8220;viewpane&#8221; of the content edited for a post/page. I&#8217;m old school when the mosaic browser was hot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EmmaB</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-54524</link>
		<dc:creator>EmmaB</dc:creator>
		<pubDate>Sat, 18 Oct 2008 10:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-54524</guid>
		<description>I would love to know how to create a themes option to automatically put in feed urls so that the user doesn&#039;t have to muck around in the code</description>
		<content:encoded><![CDATA[<p>I would love to know how to create a themes option to automatically put in feed urls so that the user doesn&#8217;t have to muck around in the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bizhack</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-54446</link>
		<dc:creator>Bizhack</dc:creator>
		<pubDate>Fri, 17 Oct 2008 17:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-54446</guid>
		<description>Just off the top of my head:

1) Header image url (plus perhaps 3 options for default sizes to indicate to people that they really need to think about the dimensions on a page) - its a style issue but a title is content too :)

2) Perhaps the ability to specify footers for posts, whether it be copyright notices, subscription reminders, social bookmarking links etc.  Don&#039;t know how easy that is because most of the above might be in HTML?

3) The ability to hide or display tags or categories on posts themselves.  If tags are used for things like determining which articles are to be featured, then visitors really don&#039;t need to know.

4) Inline advertising option.  Enter google adsense code (or whatever) into the box and decide where the advert will be placed in each post, with perhaps a random setting where it alternates?  I never quite worked out how to do that normally.

5) A notes section for the admin, which can be saved.  When I follow your excellent instructions and modify my themes, I tend to do scary things like deleting and replacing code.  If I could copy and paste large segments that I&#039;ve deleted (or I am about to delete) I can always restore them at a later date by checking my notes.  Likewise if I add new code, it&#039;s always good to have some form of page where I have a list of the changes I made should I ever need to implement them again. I could even bung in my help forums user name and password for future reference? I currently try and do this in notepad but why leave wordpress? Perhaps that&#039;s a wordpress undertaking rather than a theme issue.


All of the above might be completely ludicrous, but I love the approach you are taking and thought I&#039;d at least give it a shot.

All the best</description>
		<content:encoded><![CDATA[<p>Just off the top of my head:</p>
<p>1) Header image url (plus perhaps 3 options for default sizes to indicate to people that they really need to think about the dimensions on a page) &#8211; its a style issue but a title is content too <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>2) Perhaps the ability to specify footers for posts, whether it be copyright notices, subscription reminders, social bookmarking links etc.  Don&#8217;t know how easy that is because most of the above might be in HTML?</p>
<p>3) The ability to hide or display tags or categories on posts themselves.  If tags are used for things like determining which articles are to be featured, then visitors really don&#8217;t need to know.</p>
<p>4) Inline advertising option.  Enter google adsense code (or whatever) into the box and decide where the advert will be placed in each post, with perhaps a random setting where it alternates?  I never quite worked out how to do that normally.</p>
<p>5) A notes section for the admin, which can be saved.  When I follow your excellent instructions and modify my themes, I tend to do scary things like deleting and replacing code.  If I could copy and paste large segments that I&#8217;ve deleted (or I am about to delete) I can always restore them at a later date by checking my notes.  Likewise if I add new code, it&#8217;s always good to have some form of page where I have a list of the changes I made should I ever need to implement them again. I could even bung in my help forums user name and password for future reference? I currently try and do this in notepad but why leave wordpress? Perhaps that&#8217;s a wordpress undertaking rather than a theme issue.</p>
<p>All of the above might be completely ludicrous, but I love the approach you are taking and thought I&#8217;d at least give it a shot.</p>
<p>All the best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://justintadlock.com/archives/2008/10/15/if-you-were-a-wordpress-theme-developer-theme-options#comment-54270</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Fri, 17 Oct 2008 04:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1080#comment-54270</guid>
		<description>&lt;strong&gt;tsquez&lt;/strong&gt;
I think social bookmarking would have to be theme specific.  The reason WP doesn&#039;t (and probably never will) have a social bookmarking feature is because social bookmarking might not be something that&#039;s popular a year from now.

&lt;strong&gt;hd-J&lt;/strong&gt;
I like the SEO options, but I&#039;m not sure where you&#039;re going with the plugin thing.  You can turn plugins on/off from the plugin admin.

&lt;strong&gt;Pangeran&lt;/strong&gt;
The Codex definitely needs to be updated with theme options, but then again, stuff like that&#039;s usually for advanced users.  They kind of leave it to you to figure out, so it&#039;s a lot of trial and error.  I do plan on writing a tutorial on this soon.

I&#039;m always riding the fence with being able to change which categories/pages get put into the navigation from the options page.  The simple reason for this is that it could be messy with a lot of categories/pages.  I think I have 130+ pages on this site, and I couldn&#039;t imagine going through each one, deciding which should be in the navigation.  I&#039;ve always found it easier just to manually edit that stuff.

Wouldn&#039;t it make more sense to make the top banner ads area widget-ready (if you went that route with your theme)?  That way, users could do a lot more with that area.</description>
		<content:encoded><![CDATA[<p><strong>tsquez</strong><br />
I think social bookmarking would have to be theme specific.  The reason WP doesn&#8217;t (and probably never will) have a social bookmarking feature is because social bookmarking might not be something that&#8217;s popular a year from now.</p>
<p><strong>hd-J</strong><br />
I like the SEO options, but I&#8217;m not sure where you&#8217;re going with the plugin thing.  You can turn plugins on/off from the plugin admin.</p>
<p><strong>Pangeran</strong><br />
The Codex definitely needs to be updated with theme options, but then again, stuff like that&#8217;s usually for advanced users.  They kind of leave it to you to figure out, so it&#8217;s a lot of trial and error.  I do plan on writing a tutorial on this soon.</p>
<p>I&#8217;m always riding the fence with being able to change which categories/pages get put into the navigation from the options page.  The simple reason for this is that it could be messy with a lot of categories/pages.  I think I have 130+ pages on this site, and I couldn&#8217;t imagine going through each one, deciding which should be in the navigation.  I&#8217;ve always found it easier just to manually edit that stuff.</p>
<p>Wouldn&#8217;t it make more sense to make the top banner ads area widget-ready (if you went that route with your theme)?  That way, users could do a lot more with that area.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

