<?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>Stiern &#187; Wordpress</title>
	<atom:link href="http://stiern.com/category/tutorials/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://stiern.com</link>
	<description>Web design, graphic design, Photoshop, CSS, etc</description>
	<lastBuildDate>Thu, 17 May 2012 09:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Changing the Size of the Avatar in WordPress 2.7</title>
		<link>http://stiern.com/tutorials/changing-the-size-of-the-avatar-in-wordpress-27/</link>
		<comments>http://stiern.com/tutorials/changing-the-size-of-the-avatar-in-wordpress-27/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 11:45:03 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Comments]]></category>

		<guid isPermaLink="false">http://stiern.com/?p=159</guid>
		<description><![CDATA[The default size of an avatar is 32x32px, which I think is a bit small. Therefore, I'd like to change it to 60x60px instead. But back in the good ol' 2.6 days, and of course also earlier, changing the size of an avatar (the little picture shown e.g. in comments) was a pain. Now, with Wordpress 2.7 it's easier than ever!]]></description>
			<content:encoded><![CDATA[<p>The default size of an avatar is 32x32px, which I think is a bit small. Therefore, I&#8217;d like to change it to 60x60px instead. But back in the good ol&#8217; 2.6 days, and of course also earlier, changing the size of an avatar (the little picture shown e.g. in comments) was a pain. Now, with WordPress 2.7 it&#8217;s easier than ever!</p>
<p><span id="more-159"></span></p>
<p>And while we&#8217;re at it, remember to get yourself a <a title="Gravatar" href="http://gravatar.com/">gravatar</a>.</p>
<p>In your theme, open the comments.php and look for the following code:</p>
<p>This simple line of code has a massive amount of options available. If you want to learn more about them, head over to the <a title="Wordpress Codex - wp_list_comments" href="http://codex.wordpress.org/Template_Tags/wp_list_comments">WordPress Codex pages</a> and check them out. For now, we&#8217;ll just concentrate on changing the size of the avatar.</p>
<p>The way we can do this, is simply by adding some text inside the function, like this:</p>
<p>After that… No, actually there is no after that! By doing this, the avatar&#8217;s size will be changed to 60px.</p>
]]></content:encoded>
			<wfw:commentRss>http://stiern.com/tutorials/changing-the-size-of-the-avatar-in-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>No More Invalid RSS</title>
		<link>http://stiern.com/tutorials/no-more-invalid-rss/</link>
		<comments>http://stiern.com/tutorials/no-more-invalid-rss/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 00:27:37 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://stiern.com/?p=147</guid>
		<description><![CDATA[When I made this site, I spend hours figuring out why my feed wasn't working. There are several examples in the Wordpress Support Forums telling, that feeds aren't working because of a blank line in the beginning of the feed before the XML declaration. Some feedreaders have no problem with this, but Feedburner does. And Feedburner is very important.]]></description>
			<content:encoded><![CDATA[<p>When I made this site, I spend hours figuring out why my feed wasn&#8217;t working. There are several examples in the WordPress Support Forums telling, that feeds aren&#8217;t working because of a blank line in the beginning of the feed before the XML declaration. Some feedreaders have no problem with this, but <a title="feedburner" href="http://feedburner.com/">Feedburner</a> does. And Feedburner is very important.</p>
<p><span id="more-147"></span></p>
<p>Well, let&#8217;s get to it! The fix was found at <a title="Wejn.org" href="http://wejn.org/">Wejn.org</a> and is very simple to use. First of all, you need to download the script file, called <a title="Wejnswpwhitespacefix" href="http://wejn.org/stuff/wejnswpwhitespacefix.php.html">wejnswpwhitespacefix.php</a> and upload it to your blog&#8217;s root (in the same folder as index.php. Then, get your index.php file. It usually looks something like this:</p>
<p>Now, right before <code>define('WP_USE_THEMES', true);</code>, add <code>include("wejnswpwhitespacefix.php");</code>.</p>
<p>This will call the script, which removes every character that isn&#8217;t text before the XML declaration in the RSS files, and before the DOCTYPE declaration in the theme files.</p>
]]></content:encoded>
			<wfw:commentRss>http://stiern.com/tutorials/no-more-invalid-rss/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 6/8 queries in 0.003 seconds using disk: basic
Object Caching 275/275 objects using disk: basic

Served from: stiern.com @ 2012-05-17 19:27:42 -->
