<?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>Penguination Project &#187; wordpress theme</title>
	<atom:link href="http://penguinationproject.com/tag/wordpress-theme/feed" rel="self" type="application/rss+xml" />
	<link>http://penguinationproject.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Oct 2009 19:51:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Editing default wordpress theme tutorial #1</title>
		<link>http://penguinationproject.com/editing-default-wordpress-theme-tutorial-1</link>
		<comments>http://penguinationproject.com/editing-default-wordpress-theme-tutorial-1#comments</comments>
		<pubDate>Sat, 13 Jun 2009 15:29:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=162</guid>
		<description><![CDATA[Today we will learn how to fix default kubrick wordpress template and making it double column in all blog categories.
As a default kubrick theme don&#8217;t shows sidebar when you are browsing into single post or attachement.
It could be fixed in a 2 minutes of our time. We also created preview for this tutorial : http://penguinationproject.com/preview/
You [...]]]></description>
			<content:encoded><![CDATA[<p>Today we will learn how to fix default kubrick wordpress template and making it double column in all blog categories.</p>
<p>As a default kubrick theme don&#8217;t shows sidebar when you are browsing into single post or attachement.</p>
<p>It could be fixed in a 2 minutes of our time. We also created preview for this tutorial : <a href="http://penguinationproject.com/preview/" target="_blank">http://penguinationproject.com/preview/</a></p>
<p>You can click on any post, sidebar will appear on single post.</p>
<p>So, let&#8217;s start :</p>
<p>login to wp-admin -&gt; appearance -&gt; editor.</p>
<p>You will need to edit two files in same way <em><strong>single.php</strong></em> and <strong><em>image.php</em></strong></p>
<p>Both files are edited in the same way,  find html code :</p>
<blockquote>
<pre>&lt;div id="content" <span style="text-decoration: underline;">class</span>="widecolumn" role="main"&gt;

Change it to 

&lt;div id="content" <span style="text-decoration: underline;">class</span>="narrowcolumn" role="main"&gt;

Scroll to the bottom of code and find code :

<strong><cite>&lt;?php</cite> get_footer(); <cite>?&gt;

</cite></strong><cite>add these line</cite><strong><cite>

</cite></strong>
<strong><cite>&lt;?php</cite> get_sidebar(); <cite>?&gt;</cite></strong>
<strong><cite>
</cite></strong></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/editing-default-wordpress-theme-tutorial-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->