<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WordPress Theme Customizations</title>
	
	<link>http://blogigs.com</link>
	<description />
	<lastBuildDate>Mon, 09 Nov 2009 03:38:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BlogGigs" type="application/rss+xml" /><feedburner:emailServiceId>BlogGigs</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How To Use An Image For Your WordPress Theme Background</title>
		<link>http://feedproxy.google.com/~r/BlogGigs/~3/T6OxbwHfQlI/</link>
		<comments>http://blogigs.com/how-to-use-an-image-for-your-wordpress-theme-background/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 03:38:15 +0000</pubDate>
		<dc:creator>Costa</dc:creator>
				<category><![CDATA[Theme Modification Tips]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[WordPress Templates]]></category>
		<category><![CDATA[WordPress Theme Modification]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://blogigs.com/?p=1226</guid>
		<description><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/background-image.jpg" alt="background-image" title="background-image" width="480" height="209" class="aligncenter frame size-full wp-image-1227" /></p>
<p>Festive season is around the corner and I thought it would be a good idea to usher in the mood a little bit early this year. For those who are into Internet marketing, this is the season for selling. The buying mood has started and I am already seeing an increase in sales with my affiliate products since last month. To make things a little merrier amidst all the gloom in the economy, I have added a Christmas image to the background of my Theme here. </p>
<p><a href="http://blogigs.com/how-to-use-an-image-for-your-wordpress-theme-background/" class="more-link">Read more on How To Use An Image For Your WordPress Theme Background&#8230;</a></p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fhow-to-use-an-image-for-your-wordpress-theme-background%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fhow-to-use-an-image-for-your-wordpress-theme-background%2F" height="61" width="51" /></a></div><p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/background-image.jpg" alt="background-image" title="background-image" width="480" height="209" class="aligncenter frame size-full wp-image-1227" /></p>
<p>Festive season is around the corner and I thought it would be a good idea to usher in the mood a little bit early this year. For those who are into Internet marketing, this is the season for selling. The buying mood has started and I am already seeing an increase in sales with my affiliate products since last month. To make things a little merrier amidst all the gloom in the economy, I have added a Christmas image to the background of my Theme here. </p>
<p>To ad an image to your WordPress Theme is as easy as it can be. Just go look for an image around the size of approximately 1600 x 1050 px. You will find lots of it in sites offering free desktop wallpapers. That&#8217;s my preference as it will fit most computer screens. Can be smaller or even bigger, it&#8217;s up to you. The idea is to have the images on either side of your contents and not hidden behind. It might take some adjustments to get it right. Those with &#8217;slimmer&#8217; content areas will have an easier time. </p>
<p>When you are satisfied with your image, upload it to your Theme&#8217;s image folder. Go to your Theme editor and open up your stylesheet. In most Theme, the first line of codes will be the one that declares all core layout. Look for &#8216;body&#8217; or something similar. Inside the curly brackets you will see &#8216;background: #xxxxxxx&#8217; (x=color codes) immediately after the color codes add in your image url like this: background:#xxxxxxxx url (images/yourimagefile) no-repeat; </p>
<p>As an example, mine looks like this:<br />
<code>body { background: #66070D url(images/xmas.jpg) no-repeat; color:#555354; font: 60% &#039;Lucida Grande&#039;, Verdana, Arial, Sans-Serif; text-align: center; }</code></p>
<p>One thing to take note, make your background color as close as possible to that of your image so it can blend in. Use a color picker to determine the color of the image&#8217;s very edge so you get a almost similar color. Have fun! </p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fhow-to-use-an-image-for-your-wordpress-theme-background%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fhow-to-use-an-image-for-your-wordpress-theme-background%2F" height="61" width="51" /></a></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=T6OxbwHfQlI:Krx8OgGtTEI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=T6OxbwHfQlI:Krx8OgGtTEI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=T6OxbwHfQlI:Krx8OgGtTEI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=T6OxbwHfQlI:Krx8OgGtTEI:EVM3snF2fDQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=T6OxbwHfQlI:Krx8OgGtTEI:EVM3snF2fDQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BlogGigs/~4/T6OxbwHfQlI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogigs.com/how-to-use-an-image-for-your-wordpress-theme-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogigs.com/how-to-use-an-image-for-your-wordpress-theme-background/</feedburner:origLink></item>
		<item>
		<title>How To Keep Blogging Without Getting Comments</title>
		<link>http://feedproxy.google.com/~r/BlogGigs/~3/jiGW9exAP-0/</link>
		<comments>http://blogigs.com/how-to-keep-blogging-without-getting-comments/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 03:17:00 +0000</pubDate>
		<dc:creator>Costa</dc:creator>
				<category><![CDATA[Blog Blurs]]></category>
		<category><![CDATA[Blog Comments]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Ideas]]></category>
		<category><![CDATA[Blogging Tips.]]></category>
		<category><![CDATA[Niche Blogging]]></category>

		<guid isPermaLink="false">http://blogigs.com/?p=1220</guid>
		<description><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/blog-comments.jpg" alt="blog-comments" title="blog-comments" width="480" height="246" class="aligncenter size-full wp-image-1221" /></p>
<p>Some guy asked me, &#8220;how do you manage to keep blogging every other day when most of your posts gets no comments?&#8221; Frankly, I&#8217;ve never thought of that or even asked myself that question. Yea.. how the hell do I manage to find the inspiration to blog here day in day out without getting any comments to my what I have written? </p>
<p><a href="http://blogigs.com/how-to-keep-blogging-without-getting-comments/" class="more-link">Read more on How To Keep Blogging Without Getting Comments&#8230;</a></p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fhow-to-keep-blogging-without-getting-comments%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fhow-to-keep-blogging-without-getting-comments%2F" height="61" width="51" /></a></div><p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/blog-comments.jpg" alt="blog-comments" title="blog-comments" width="480" height="246" class="aligncenter size-full wp-image-1221" /></p>
<p>Some guy asked me, &#8220;how do you manage to keep blogging every other day when most of your posts gets no comments?&#8221; Frankly, I&#8217;ve never thought of that or even asked myself that question. Yea.. how the hell do I manage to find the inspiration to blog here day in day out without getting any comments to my what I have written? </p>
<p>I see so many blogs ranting and complaining that no one is commenting. I see tons of blogs leaving a cliffhanger, asking some silly questions, doing a blog contest that requires you to leave a comment, go commenting in hundreds of blog daily so they will come reciprocating and the most absurd of all, begging for whoever is reading to leave a comment. Is that all worth it? Are this kind of comments genuine? Do these kind of comments add value to your post? </p>
<p><strong>My Definition Of A Good Comment</strong></p>
<p><img src="http://blogigs.com/wp-content/uploads/2009/11/good-comments.jpg" alt="good-comments" title="good-comments" width="186" height="253" class="alignleft size-full wp-image-1222" /></p>
<p>A good comment is one that adds value to the post itself. For example, if I wrote something about good SEO WordPress Themes, I would expect the comment to be discussing about SEO and WordPress Themes. The commentator must be able to grasp the fact that I am trying to net the term SEO WordPress Themes and try to compliment on my effort by commenting about the same topic to get the discussion going. By doing so, the comments will add value to the post. </p>
<p>It can be in disagreement. It can too be insulting and rude. As long as it stays on topic, I feel it is acceptable.<br />
<strong><br />
My Definition Of A Lousy Comment</strong></p>
<p>However, things are not and will never be that perfect. We see lots of popular blogs getting hundreds of comments, 80 to 90 % of them one liners like, &#8220;Great posts&#8221; , or &#8220;what a well written article&#8221;. All these are by people trying to ride on the popularity of that blog, hoping that with the sheer numbers of readers, some will click on their links. Many also are just looking for an outright link back. Worse still, if the blog has a top commentator plugin installed, these guys will comment 3 or 4 times in the same post to stay as top commentator so their links stays up every month. </p>
<p>Coming back to the question. <strong>How do I keep blogging without getting comments. </strong></p>
<p>I have given it some thought after being asked and I came up with these &#8216;excuses&#8217; </p>
<p><img src="http://blogigs.com/wp-content/uploads/2009/11/no-comments.jpg" alt="no-comments" title="no-comments" width="200" height="179" class="alignright size-full wp-image-1223" /></p>
<p>First and foremost, when I write something, I don&#8217;t write with the aim of getting comments. Most of my posts are tips about WordPress Theme customizations and before I write those tips, I try them out first to make sure it works so I don&#8217;t cause problem for people who wants to try them out. Because I am quite sure the tips all works, I don&#8217;t get much question. For those who are courteous, they will leave a short thank you note. I appreciate that. For others, they just take it for granted, I don&#8217;t mind. </p>
<p>Secondly, I&#8217;ve been around too long and I know for a fact that tons of comments does not mean tons of traffic. Some blogs with a hundred readers will get a hundred comments. These are very social bloggers who goes out commenting on every blog they come across daily. They make it their mission to do that, so those whose blog they have commented on will come and do the same for them. So out of the 300 blogs they commented on, 100 will pay back the favor, with a comment. Not with a click or a purchase. I am not a very social guy. Since I realize this fact, I can rest easy with lack of comments. </p>
<p>Thirdly, I rely on my stats. Daily, I see more than a thousand search hits coming from major search engines so I can keep smiling knowing the posts I have written with the keywords I am using have served their purpose right and good. I know these visitors are coming for information and not coming to make friends. I like that as these are the most valuable visitors though they don&#8217;t drop comments. </p>
<p><img src="http://blogigs.com/wp-content/uploads/2009/11/blog-money.jpg" alt="blog-money" title="blog-money" width="180" height="244" class="alignleft frame size-full wp-image-1224" /></p>
<p>Lastly and very frankly, I am into this blog to make some money. To make money, I need lots of Search hits and to get lots of search hits I need lots of search-able contents. So I keep posting day in and day out. If one post of mine can get 10 search hits per day, 500 such post will theoretically gets 5000 hits. I know if I get visitors like these, I don&#8217;t get comments.  </p>
<p>Contrary to teachings that you go ranking for a certain set of keywords or key phrase, I go for every thing that I feel will be searched by people who wants to customize their themes or are looking for a particular kind of Theme. It might be varied, but like hell, it is a very targeted audience. </p>
<p>Knowing all these facts keeps me inspired to keep posting daily and the biggest inspiration is, every other day, when I get that email or when I check my affiliate sites, it shows me I have made a sale or 2 from my affiliate products. With that, I don&#8217;t mind not getting lots of comments. Not that I don&#8217;t appreciate it, I just don&#8217;t let it be much of a bother.  </p>
<p><strong>Do I Mean Comments Are No Good?</strong></p>
<p>Of course not! Every blogger loves to see their post commented on. Not getting any comments is just a fact that I have accepted. When you accept something, the frustration of not getting it is gone. </p>
<p>Comments from fellow bloggers who has a true and frank opinion about your ideas and views are good for self improvement. Only a true friend will tell you the truth about your weakness, so feedback are an important part of life, be it as a blogger or as a human being in general. </p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fhow-to-keep-blogging-without-getting-comments%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fhow-to-keep-blogging-without-getting-comments%2F" height="61" width="51" /></a></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=jiGW9exAP-0:VJuEYaupBsg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=jiGW9exAP-0:VJuEYaupBsg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=jiGW9exAP-0:VJuEYaupBsg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=jiGW9exAP-0:VJuEYaupBsg:EVM3snF2fDQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=jiGW9exAP-0:VJuEYaupBsg:EVM3snF2fDQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BlogGigs/~4/jiGW9exAP-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogigs.com/how-to-keep-blogging-without-getting-comments/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blogigs.com/how-to-keep-blogging-without-getting-comments/</feedburner:origLink></item>
		<item>
		<title>How To Add A No Sidebar Page To Your WordPress Theme</title>
		<link>http://feedproxy.google.com/~r/BlogGigs/~3/_qECP9-QYdk/</link>
		<comments>http://blogigs.com/how-to-add-a-no-sidebar-page-to-your-wordpress-theme/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:12:31 +0000</pubDate>
		<dc:creator>Costa</dc:creator>
				<category><![CDATA[Theme Modification Tips]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Free WordPress Themes]]></category>
		<category><![CDATA[WordPress Templates]]></category>
		<category><![CDATA[WordPress Theme Modification]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://blogigs.com/?p=1211</guid>
		<description><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/WordPress-Page.jpg" alt="WordPress-Page" title="WordPress-Page" width="200" height="133" class="alignleft size-full wp-image-1212" /></p>
<p>A reader, John asked whether it is possible to add an extra page template without any sidebars to the <a href="http://blogigs.com/a-free-and-soothing-wordpress-theme/">Soothing Theme</a>. Seems like John would like to add a Forum to his site and he would prefer the Forums page page not to have any sidebars. Seems reasonable enough, but in all honesty, I have never found any software that would allow a Forum to be integrated into a WordPress Theme or are there any WordPress plugins that serves this. Most of it will require you to add the Forum Scripts in an individual folder and then point the link to that folder in your blog navigation. The closest thing is <a rel="nofollow" href="http://blogigs.com/goto/bbPress/1211/2">bbPress</a>, but it takes some technical know how to get it working. Since I have never tried it, I don&#8217;t think I am qualified to talk about it any further. </p>
<p><a href="http://blogigs.com/how-to-add-a-no-sidebar-page-to-your-wordpress-theme/" class="more-link">Read more on How To Add A No Sidebar Page To Your WordPress Theme&#8230;</a></p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fhow-to-add-a-no-sidebar-page-to-your-wordpress-theme%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fhow-to-add-a-no-sidebar-page-to-your-wordpress-theme%2F" height="61" width="51" /></a></div><p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/WordPress-Page.jpg" alt="WordPress-Page" title="WordPress-Page" width="200" height="133" class="alignleft size-full wp-image-1212" /></p>
<p>A reader, John asked whether it is possible to add an extra page template without any sidebars to the <a href="http://blogigs.com/a-free-and-soothing-wordpress-theme/">Soothing Theme</a>. Seems like John would like to add a Forum to his site and he would prefer the Forums page page not to have any sidebars. Seems reasonable enough, but in all honesty, I have never found any software that would allow a Forum to be integrated into a WordPress Theme or are there any WordPress plugins that serves this. Most of it will require you to add the Forum Scripts in an individual folder and then point the link to that folder in your blog navigation. The closest thing is <a rel="nofollow" href="http://blogigs.com/goto/bbPress/1211/2">bbPress</a>, but it takes some technical know how to get it working. Since I have never tried it, I don&#8217;t think I am qualified to talk about it any further. </p>
<p>Anyway, no matter what the uses, a page without sidebars does comes in handy sometimes. You can use it for the About Me page and so on. So without further ado, lets get cracking. Be reminded that, for the convenience of John,  I am using the Soothing Theme that I created for this tip. It is a no frills Theme without any complicated codings so it is easier to work with when it comes to customizations. </p>
<p>First of all, we have to add some CSS codes in our stylesheet php to specify how we want the new page template to look. The content area naturally have to be widened to take up the space previously occupied by the Sidebars. So as in any additional stuffs that we want to add into our Theme, we have to create a new div id. For this, I created one called simply, no_sidebar. I set the attributes to these values. </p>
<p><code>#no_sidebar { width: 800px; padding:10px 10px 0 10px; overflow: visible; float: center; }   </code></p>
<p>The width is decided by how wide is your page. If your page is 1000px you can set your width to 950 px. which will allow some space for paddings on both sides. Then of course you want everything to be centered since there are nothing on both sides. </p>
<p>Next you will have to create a new class id. This wil decide the layout of the page like the fonts, the spacing, the colors and so on. So I created this: </p>
<p><code>.nosidebar {width: 800px;font-size: 1.4em; line-height: 1.7em; color: #444; float: center; }</code></p>
<p>Update your stylesheet. </p>
<p>Now we will have to create a new php file. Look for your Page Template php. Copy and paste the all the codes into Notepad. On the top, before anything, add in these codes. </p>
<p><code>&lt;?php<br />
/*<br />
Template Name: No-Sidebars<br />
*/<br />
?&gt;<!--formatted--></code></p>
<p>This will show WordPress that you have another Template. </p>
<p>Now replace the<code> &lt;div id=&quot;content&quot;&gt;<!--formatted--></code> with <code>&lt;div id =&quot;no_sidebar&quot;&gt;<!--formatted--></code>. Replace also the <code>&lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;<!--formatted--></code> to <code>&lt;div class=&quot;nosidebar&quot; id=&quot;no_sidebar-&lt;?php the_ID(); ?&gt;&quot;&gt;<!--formatted--></code> Lastly, delete the <code>&lt;?php get_sidebar(); ?&gt;<!--formatted--></code></p>
<p>Just to make things less confusing, the whole file will look like this when completed.<br />
<code><br />
&lt;?php<br />
/*<br />
Template Name: No-Sidebars<br />
*/<br />
?&gt;</p>
<p>&lt;?php include(&#039;header.php&#039;); ?&gt;</p>
<p>		&lt;div id=&quot;content_box&quot;&gt;</p>
<p>			&lt;div id=&quot;no_sidebar&quot;&gt;</p>
<p>				&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;<br />
					&lt;div class=&quot;nosidebar&quot; id=&quot;no_sidebar-&lt;?php the_ID(); ?&gt;&quot;&gt;<br />
						&lt;h2 style=&quot;padding-top: 0;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;&lt;br&gt;<br />
						&lt;div class=&quot;entry&quot;&gt;<br />
							&lt;?php the_content(&#039;&lt;p class=&quot;serif&quot;&gt;Read the rest of this page &amp;raquo;&lt;/p&gt;&#039;); ?&gt;</p>
<p>							&lt;?php link_pages(&#039;&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; &#039;, &#039;&lt;/p&gt;&#039;, &#039;number&#039;); ?&gt;<br />
						&lt;/div&gt;<br />
					&lt;/div&gt;<br />
				&lt;?php endwhile; endif; ?&gt;</p>
<p>			&lt;/div&gt;</p>
<p>		&lt;/div&gt;</p>
<p>&lt;?php get_footer(); ?&gt;<!--formatted--></code></p>
<p>Save the file as &#8216;no-sidebar.php&#8217;, without the quotations, of course. Open your FTP client and upload this new php file to your Theme&#8217;s root folder where all the other php files are residing. </p>
<p>Go to your WordPress Dashboard. Click Pages &#8211; Add New. On your right hand side, under Attributes, Templates, you will see an extra template named no-sidebars in the drop down menu. From now on whenever you want to create a page without any sidebars, just select and use this template before publishing. </p>
<p>Even though the tips above are written based on the Soothing Theme, the steps should be quite similar with most other Themes. You only need to identify the correct codes to replace as other designers have their own preferences.     </p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fhow-to-add-a-no-sidebar-page-to-your-wordpress-theme%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fhow-to-add-a-no-sidebar-page-to-your-wordpress-theme%2F" height="61" width="51" /></a></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=_qECP9-QYdk:37O8q7UvK8U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=_qECP9-QYdk:37O8q7UvK8U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=_qECP9-QYdk:37O8q7UvK8U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=_qECP9-QYdk:37O8q7UvK8U:EVM3snF2fDQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=_qECP9-QYdk:37O8q7UvK8U:EVM3snF2fDQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BlogGigs/~4/_qECP9-QYdk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogigs.com/how-to-add-a-no-sidebar-page-to-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blogigs.com/how-to-add-a-no-sidebar-page-to-your-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>WordPress Theme For Gamers</title>
		<link>http://feedproxy.google.com/~r/BlogGigs/~3/BZgJ26Hjy5o/</link>
		<comments>http://blogigs.com/wordpress-theme-for-gamers/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:36:30 +0000</pubDate>
		<dc:creator>Costa</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Console Games]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[PC Games]]></category>
		<category><![CDATA[Playstation]]></category>
		<category><![CDATA[Premium WordPress Themes]]></category>
		<category><![CDATA[WordPress Templates]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://blogigs.com/?p=1207</guid>
		<description><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/PC-Gamer.jpg" alt="PC-Gamer" title="PC-Gamer" width="480" height="320" class="aligncenter size-full wp-image-1208" /></p>
<p>If you are into online gaming, have a blog doing computer game reviews or planning to start a blog about PC games, Xbox games, Playstation Games or Nintendo Games, then this WordPress Theme for Online games is the perfect Theme for you. </p>
<p><a href="http://blogigs.com/wordpress-theme-for-gamers/" class="more-link">Read more on WordPress Theme For Gamers&#8230;</a></p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fwordpress-theme-for-gamers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fwordpress-theme-for-gamers%2F" height="61" width="51" /></a></div><p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blogigs.com/wp-content/uploads/2009/11/PC-Gamer.jpg" alt="PC-Gamer" title="PC-Gamer" width="480" height="320" class="aligncenter size-full wp-image-1208" /></p>
<p>If you are into online gaming, have a blog doing computer game reviews or planning to start a blog about PC games, Xbox games, Playstation Games or Nintendo Games, then this WordPress Theme for Online games is the perfect Theme for you. </p>
<p>The eGamer Theme from <a rel="nofollow" href="http://blogigs.com/goto/Elegant_Themes/1207/1">Elegant Themes</a> is a dark Theme almost like what you see here but much more elegant looking. The dark shades adds the mysterious feel and mood for gamers who thrives on adrenaline pumping games. </p>
<p>It&#8217;s a very suitable Theme for those who does reviews for PC and Console Games as the front page layout is specially formatted for the user to show case their latest reviews. It also has a rating bar depicted by the number of stars that the reviewer gives for the games. </p>
<p>A special column for videos adds a professional touch to the site. In this column you can add videos of any Games trailers that you might be promoting. The rest of the columns showcases your latest reviews. </p>
<p>A cool feature found in most Elegant Themes is the sliding box at the top the main contents where your featured reviews are displayed randomly. The header also accommodates the navigation Links as well as the categories links. </p>
<p>Computer Games and Console Games like the Xbox 360, Playstation and Nintendo are very hot topic in the Internet and millions are addicted to it. Site offering reviews, tips and cheats are very much sought after by gamers seeking to improve their skill and many of these sites makes big bucks with their affiliate links.</p>
<p>To succeed in this niche, you need a suitable Theme as avid gamers have an attitude of their own and the eGamer Theme is a Theme with an attitude. To check out the live preview information on how you can download this theme, go to <a rel="nofollow" href="http://blogigs.com/goto/Elegant_Themes/1207/2">Elegant Themes</a> and click on the gallery link on the top navigation bar. Choose the eGamer Theme for full information.   </p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fwordpress-theme-for-gamers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fwordpress-theme-for-gamers%2F" height="61" width="51" /></a></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=BZgJ26Hjy5o:PkIl4IBpHlY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=BZgJ26Hjy5o:PkIl4IBpHlY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=BZgJ26Hjy5o:PkIl4IBpHlY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=BZgJ26Hjy5o:PkIl4IBpHlY:EVM3snF2fDQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=BZgJ26Hjy5o:PkIl4IBpHlY:EVM3snF2fDQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BlogGigs/~4/BZgJ26Hjy5o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogigs.com/wordpress-theme-for-gamers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blogigs.com/wordpress-theme-for-gamers/</feedburner:origLink></item>
		<item>
		<title>Thesis 2.0 Price Increase?</title>
		<link>http://feedproxy.google.com/~r/BlogGigs/~3/DVRA7FK20BQ/</link>
		<comments>http://blogigs.com/thesis-2-0-price-increase/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 06:31:13 +0000</pubDate>
		<dc:creator>Costa</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[SEO WordPress Theme]]></category>
		<category><![CDATA[Thesis 1.6]]></category>
		<category><![CDATA[Thesis 2.0]]></category>
		<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[WordPress Templates]]></category>

		<guid isPermaLink="false">http://blogigs.com/?p=1198</guid>
		<description><![CDATA[<p>
<img src="http://blogigs.com/wp-content/uploads/2009/11/thesis-2.01.jpg" alt="thesis-2.0" title="thesis-2.0" width="200" height="200" class="alignleft size-full wp-image-1202" /></p>
<p>Just hot from the latest version of Thesis 1.6, talks are rife about the impending Thesis 2.0 and what to expect from it or whether there will be an increase in pricing. In my previous post announcing the<a href="http://blogigs.com/wordpress-theme-thesis-1-6-beta/"> release of Thesis 1.6</a>, I wrote that there might be a price adjustment somewhere down the line. It was just a hunch on my part, seeing the improvements that has been made on the Thesis Theme.  </p>
<p><a href="http://blogigs.com/thesis-2-0-price-increase/" class="more-link">Read more on Thesis 2.0 Price Increase?&#8230;</a></p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fthesis-2-0-price-increase%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fthesis-2-0-price-increase%2F" height="61" width="51" /></a></div><p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
]]></description>
			<content:encoded><![CDATA[<p>
<img src="http://blogigs.com/wp-content/uploads/2009/11/thesis-2.01.jpg" alt="thesis-2.0" title="thesis-2.0" width="200" height="200" class="alignleft size-full wp-image-1202" /></p>
<p>Just hot from the latest version of Thesis 1.6, talks are rife about the impending Thesis 2.0 and what to expect from it or whether there will be an increase in pricing. In my previous post announcing the<a href="http://blogigs.com/wordpress-theme-thesis-1-6-beta/"> release of Thesis 1.6</a>, I wrote that there might be a price adjustment somewhere down the line. It was just a hunch on my part, seeing the improvements that has been made on the Thesis Theme.  </p>
<p>Increasing prices for products that have gone through much research and development is a natural course that all businessmen takes. The price of products has to justify the man hours and the effort that has been poured in. A true businessman worth his salt will not be selling a product that has been freshly developed with the same price as one that has been improved over the years.  You can call it capitalism at play, but that&#8217;s the way free economy goes. Thus if the price of Thesis does go up with version 2, it won&#8217;t come as a surprise. </p>
<p>Already hints have been dropped by the developer of Thesis himself when Brian Clark posted in one of his <a rel="nofollow" href="http://blogigs.com/goto/post/1198/2">post</a>, writing in the last paragraph, </p>
<blockquote><p>But don’t think you have to wait. Our current model and pricing provides all Thesis customers with every future update and unlimited access to support… so you can get started with Thesis today and never miss out on what’s coming next.</p>
<p>(And if you caught the hint by my use of the word “current,” you understand that this will change in the near future&#8230;..</p></blockquote>
<p>Now if that is not an obvious hint that there will be a price hike comes Thesis Version 2, I don&#8217;t know what is. Seems like my hunch is not too far off. Don&#8217;t hold back too long if you have intention of getting this greatest theme ever. Another hunch of mine is Thesis Version 2.0 will be release in tandem with WordPress 2.9. because they got to keep up to be compatible. And that is not too far off. </p>
<p>Lock down the price now with a purchase of the Thesis Theme 1.6 and any future upgrades will be free. A ending note advise. Once and for all, get the <a rel="nofollow" href="http://blogigs.com/goto/Thesis_1_6_Developer_s_Option/1198/3">Thesis 1.6 Developer&#8217;s Option</a>.  </p>
<p><b><a href="http://blogigs.com/download/FreeEbooks.rar">Download Free Ebooks</a></b> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblogigs.com%2Fthesis-2-0-price-increase%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblogigs.com%2Fthesis-2-0-price-increase%2F" height="61" width="51" /></a></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=DVRA7FK20BQ:ujeOIyyDlOc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=DVRA7FK20BQ:ujeOIyyDlOc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=DVRA7FK20BQ:ujeOIyyDlOc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BlogGigs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BlogGigs?a=DVRA7FK20BQ:ujeOIyyDlOc:EVM3snF2fDQ"><img src="http://feeds.feedburner.com/~ff/BlogGigs?i=DVRA7FK20BQ:ujeOIyyDlOc:EVM3snF2fDQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BlogGigs/~4/DVRA7FK20BQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogigs.com/thesis-2-0-price-increase/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blogigs.com/thesis-2-0-price-increase/</feedburner:origLink></item>
	</channel>
</rss>
