<?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>Johnny Chadda .se &#187; theme</title>
	<atom:link href="http://johnny.chadda.se/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnny.chadda.se</link>
	<description>Things you didn&#039;t know that you should know</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Trying out a new theme (2010)</title>
		<link>http://johnny.chadda.se/article/trying-out-a-new-theme-2010/</link>
		<comments>http://johnny.chadda.se/article/trying-out-a-new-theme-2010/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 22:17:56 +0000</pubDate>
		<dc:creator>Johnny Chadda</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://johnny.chadda.se/?p=2525</guid>
		<description><![CDATA[Yes, it happened again. I&#8217;m]]></description>
			<content:encoded><![CDATA[<p>Yes, it happened again. I&#8217;m not sure why I feel the need to change the theme every six months, but here we go again. I am using the <a href="http://wordpress.org/extend/themes/traction" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/themes/traction?referer=');">Traction</a> theme this time, so we&#8217;ll see how this pans out.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnny.chadda.se/article/trying-out-a-new-theme-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Require login to view a WordPress site</title>
		<link>http://johnny.chadda.se/article/require-login-to-view-a-wordpress-site/</link>
		<comments>http://johnny.chadda.se/article/require-login-to-view-a-wordpress-site/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 12:38:57 +0000</pubDate>
		<dc:creator>Johnny Chadda</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186</guid>
		<description><![CDATA[On a WordPress site I]]></description>
			<content:encoded><![CDATA[<p>On a WordPress site I have setup, I needed the ability to require user authentication before allowing anyone to view the website. To do this, just add the following snippet to the theme files:</p>
<pre>get_currentuserinfo();
global $user_ID;
if ($user_ID == '')
{
        header('Location: wp-login.php');
}</pre>
<p>Now you will be greeted with the WordPress login page when entering the site without being authenticated! Note that if you want to be completely sure that no one can retrieve any information without authenticating, you need to either modify the WordPress core files, or use some other type of authentication outside of the WordPress code, such as a basic auth in the webserver.</p>
<p><strong>Edit</strong>: I created a WordPress plugin which does this in a much better way &#8211; <a href="http://johnny.chadda.se/projects/wp-require-auth/">WP Require Auth plugin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnny.chadda.se/article/require-login-to-view-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Who turned off the light?</title>
		<link>http://johnny.chadda.se/article/who-turned-off-the-light/</link>
		<comments>http://johnny.chadda.se/article/who-turned-off-the-light/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:10:38 +0000</pubDate>
		<dc:creator>Johnny Chadda</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://johnny.chadda.se/?p=1084</guid>
		<description><![CDATA[So I have once again]]></description>
			<content:encoded><![CDATA[<p>So I have once again changed the theme for this site, because I just don&#8217;t have enough things to do already. I started out with the <a title="Hemingway" href="http://warpspire.com/hemingway/" onclick="pageTracker._trackPageview('/outgoing/warpspire.com/hemingway/?referer=');">Hemingway</a> theme and changed the color scheme, fonts, layout and some other things.</p>
<p>As a result, some things will definitely be broken for a while until I fix everything up. Oh, and please don&#8217;t use Internet Explorer. <img src='http://johnny.chadda.se/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://johnny.chadda.se/article/who-turned-off-the-light/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Good morning &#8212; brighting it up</title>
		<link>http://johnny.chadda.se/article/good-morning-brighting-it-up/</link>
		<comments>http://johnny.chadda.se/article/good-morning-brighting-it-up/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 23:01:07 +0000</pubDate>
		<dc:creator>Johnny Chadda</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://johnny.chadda.se/?p=514</guid>
		<description><![CDATA[I have received some complaints]]></description>
			<content:encoded><![CDATA[<p>I have received some complaints for my website being white-on-dark, which supposedly makes it harder to read. So I will of course abide and change it, but now I will not just change the colors, but the entire theme has been upgraded. Sure, there are some kinks and other mind numbing problems, but they will disappear in time.</p>
<p>There seems for instance that there is a problem with the Article plugin, which means that finding interesting posts is probably somewhat harder. I really need a &#8220;top posts&#8221; widget too I guess.</p>
<p>[poll id="2"]</p>
]]></content:encoded>
			<wfw:commentRss>http://johnny.chadda.se/article/good-morning-brighting-it-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
