<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogsessive &#187; development</title>
	<atom:link href="http://blogsessive.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogsessive.com</link>
	<description>Visit Blogsessive for daily WordPress blogging tips.</description>
	<lastBuildDate>Fri, 16 Dec 2011 08:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A Look Into the WordPress Themes&#8217; Options Pages</title>
		<link>http://blogsessive.com/blogging-tools/wordpress-themes-options-pages/</link>
		<comments>http://blogsessive.com/blogging-tools/wordpress-themes-options-pages/#comments</comments>
		<pubDate>Thu, 14 May 2009 21:59:45 +0000</pubDate>
		<dc:creator>Alex, Blogsessive</dc:creator>
				<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogsessive.com/?p=1368</guid>
		<description><![CDATA[Blogsessive recommends WP WebHost for quality WordPress blog hosting!For a long while the option panels where something that people could only find in premium (commercial) themes, and for a good reason. The pricing of their licenses allowed the premium theme developers to invest more time in giving theme users the ways to do through these [...]]]></description>
			<content:encoded><![CDATA[<p>Blogsessive recommends WP WebHost for <a href="http://blogsessive.com/go-wpwebhost/" title="WordPress Hosting" target="_blank"><strong>quality WordPress blog hosting</strong></a>!</p><p>For a long while the option panels where something that people could only find in premium (commercial) themes, and for a good reason. The pricing of their licenses allowed the premium theme developers to invest more time in giving theme users the ways to do through these panels what they could not do through coding.</p>
<p>With the buzz created around these themes, regular users became aware of what could really be achieved, and thus, those that could not afford the license of a premium theme, became more selective with the free ones. A good-looking theme was not enough anymore, and WordPress developers realized it.</p>
<p>A good premium theme would bring its developer not only a good amount of money, but also recognition in the community, and this is where the free theme developers scored their biggest points. Now that their &#8220;turf&#8221; was endangered they had to react, and they did. For premium themes like <a href="http://blogsessive.com/go-thesis/">Thesis</a> or <a href="http://www.wpunlimited.com/" target="_blank">WP Unlimited</a>, users have now alternatives like <a href="http://themeshaper.com/thematic/" target="_blank">Thematic</a>, <a href="http://themehybrid.com/" target="_blank">Hybrid</a>, <a href="http://carringtontheme.com/" target="_blank">Carrington</a>, <a href="http://wpframework.com/" target="_blank">WP Framework</a> or my own (even if not a framework) <a href="http://blogsessive.com/blogging-tools/download-simple-balance-22-xmas-edition/" target="_blank">Simple Balance</a>.</p>
<h3>Why should free theme developers consider adding an options page?</h3>
<p>Because being &#8220;cool&#8221; is just not enough anymore. Theme developers need to learn how to be useful. Free stuff can be either useless and ignored or useful and praised. I&#8217;m yet to see the developer offering a free theme without <a title="How to (Really) Benefit from Offering Free Stuff" href="http://blogsessive.com/blogging-tips/free-stuff/" target="_blank">gaining something from it</a>, be it awareness, expertise, backlinks, donation money, you name it! But none of these are achieved through an uncompetitive  &#8211; even if free &#8211; product.<span id="more-1368"></span></p>
<h3>5 Most looked for options in a WordPress theme</h3>
<p>&#8220;Stand out from the crowd!&#8221; If I had a penny for every time I read this I&#8217;d laugh at <a href="http://www.shoemoney.com/gallery/v/misc/adsensecheck.jpg.html" target="_blank">Shoemoney&#8217;s AdSense check image</a> sipping a chilled cocktail somewhere on a tropical island, but you know what? This saying is so true that it cannot be repeated enough, and <strong>users KNOW IT</strong>! Theme users want to be able to have their own identity online. They need to be able to customize their themes and make them express who they are and what they believe in. And this is where options pages come into play. What are the most looked for options? Let&#8217;s see&#8230;</p>
<h4>1. Logo and / or header image update / replacement</h4>
<p>It doesn&#8217;t matter if it&#8217;s a professionally designed logo or a simple Windows Paint play. If it gives the blogger satisfaction and he wants to display it, let him do so. Add either a file upload box or an input box where the user could enter the full URL to the logo image to use. Same goes for the header images.</p>
<h4>2. Layout structure</h4>
<p>If you&#8217;re developing a 2 column theme, give the user the option to choose to display the sidebar either on the left, or on the right. With <a href="http://blogsessive.com/blogging-tools/20-free-3-column-wordpress-themes/" target="_blank">3 column themes</a>, you can give them even more options, like having the content centered, between the sidebars, or having both sidebars on the same side (right or left) of the content. If only takes a couple of PHP conditions and some &#8220;visionary&#8221; CSS coding.</p>
<h4>3. Custom navigation menus</h4>
<p>Don&#8217;t expect users to want every page that they publish to show up in their blog&#8217;s main navigation area. Give them the option to select which pages should show up there, and why not, add their own links, even if external.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1378" title="Navigation options" src="http://blogsessive.com/wp-content/uploads/2009/05/main-navigation.gif" alt="Navigation options" width="500" height="126" /></p>
<h4>4. Custom RSS URLs and email subscription forms</h4>
<p>Implementing a FeedBurner email subscription form is fairly easy for any developer, and I&#8217;m pretty sure that any dveloper knows how to customize such a script. The fact that it functions mostly based on a simple user ID should make the customization even easier through a theme options page.</p>
<h4>5. Advertising management</h4>
<p>Not everyone uses services like <a href="http://buysellads.com" target="_blank">BuySellAds</a>, or is affiliated with an advertising network. Some users actually prefer to take care of the advertising themselves. So, why not give them the possibility to do so by adding a few more field to the options page. Let them select the number of banners they need displayed, do-follow option, position of banners and so on. It takes a bit to develop, but the user response to it is amazing.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1382" title="Advertising options" src="http://blogsessive.com/wp-content/uploads/2009/05/advertising.gif" alt="Advertising options" width="500" height="280" /></p>
<h4>Additional options you could consider implementing</h4>
<p>While the 5 options above are the most looked for, some users might also find the following options useful:</p>
<ul>
<li>Overall switch between <strong>serif and sans-serif typography</strong>;</li>
<li>Theme <strong>color adjustments</strong>. Here are a couple of web-based color picker scripts you could use: <a href="http://acko.net/dev/farbtastic" target="_blank">one</a>, <a href="http://www.eyecon.ro/colorpicker/" target="_blank">two</a>, <a href="http://www.intelliance.fr/jquery/color_picker/" target="_blank">three</a> and <a href="http://vreboton.ibacolod.com/DotNetNuke/ControlsandTips/jQueryColorPicker/tabid/69/Default.aspx" target="_blank">four</a>;</li>
<li>Alternatively, you can offer a built in color schemes system;</li>
<li>Custom <strong>&#8220;featured&#8221; areas</strong>;</li>
<li>Additional, customizable <strong>widget areas</strong>;</li>
<li>Twitter updates area;</li>
<li>And the list could go on and on&#8230;</li>
</ul>
<h3>The limits are set by your knowledge and enthusiasm</h3>
<p>While the enthusiasm is not something you train, but rather have it or not, knowledge can be trained. Remember that the <a href="http://codex.wordpress.org/Main_Page">WordPress Codex</a> is your best friend, and the <a href="http://wordpress.org/support/">support forums</a> can be of tremendous help. Additionally, Stefan Vervoort of <a href="http://divitodesign.com/" target="_blank">DivitoDesign</a> and WPToy has put together a very useful PDF called the &#8220;<a href="http://wptoy.com/resources/wordpress-theme-development-check-list-pdf-version/" target="_blank">WordPress Theme Development Checklist</a>&#8220;. Do take a look (and use it!).</p>
<p>So, the next time you think of releasing a free theme, ask yourself this: <strong>Is you theme competitive enough?</strong> If it&#8217;s not, it will not stand a chance when the alternatives are so smart!</p>
<hr /><h3>Free PDF eBook: Corporate Blogging Guide by Blogsessive</h3>As a subscribe reader of Blogsessive, this is my gift to you: a guide to corporate blogging (but not only) that will help you in your blogging adventures! <a href="http://blogsessive.com/wp-content/plugins/download-monitor/download.php?id=8" target="_blank">Download now, for FREE!</a><br /><br /><hr/><div style="background: #eeeeee;">Advertise on Blogsessive! <a href="http://buysellads.com/buy/detail/310/" title="Advertise on Blogsessive">125x125 banners</a> for <strong>$50 per month</strong>!</div>&copy;2008-2010 Copyright by <a href="http://blogsessive.com" title="Blogging tips">Blogsessive - Blogging Tips</a>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please <a href="http://blogsessive.com/contact" title="Contact Blogsessive">contact us</a>, so that we can take legal action immediately.<img src="http://blogsessive.com/?ak_action=api_record_view&id=1368&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blogsessive.com/blogging-tools/wordpress-themes-options-pages/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

