<?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>What Katy Did &#187; WordPress</title>
	<atom:link href="http://www.whatkatydid.org/category/geekosity/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whatkatydid.org</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jun 2010 20:35:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Tumblr-like functionality in WordPress</title>
		<link>http://www.whatkatydid.org/2008/03/tumblr-like-functionality-in-wordpress/</link>
		<comments>http://www.whatkatydid.org/2008/03/tumblr-like-functionality-in-wordpress/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 15:07:56 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.techgirl.me.uk/?p=11</guid>
		<description><![CDATA[I like Tumblr, it&#8217;s great for letting people know about the odd bits and pieces you pick up on your Interweb travels. The problem is I already maintain a full deck of WordPress blogs and I don&#8217;t want my audiences to have to keep track of multiple feeds or sub-blogs, I want it all in [...]]]></description>
			<content:encoded><![CDATA[<p>I like <a href="http://www.tumblr.com/">Tumblr</a>, it&#8217;s great for letting people know about the odd bits and pieces you pick up on your Interweb travels. The problem is I already maintain a full deck of <a href="http://www.wordpress.org/">WordPress</a> blogs and I don&#8217;t want my audiences to have to keep track of multiple feeds or sub-blogs, I want it all in one place.</p>
<p>Now there&#8217;s a few different ways of doing this:</p>
<p>1) Use Tumblr&#8217;s built-in <a href="http://www.tumblr.com/goodies">javascript tool</a> to embed your Tumblog into your WordPress theme (like the right-hand sidebar on WhatKatyDid). This is the easiest way, all you have to do is add the following code to your theme, wherever you want the posts to display:</p>
<blockquote><p>&#8221;         &lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://yourusername.tumblr.com/js&#8221;&gt;&lt;/script&gt;&#8221;</p></blockquote>
<p>You can then style the output to match your site with CSS. The downside, for me, with this solution is the lack of cohesion within the site. You&#8217;ve basically got two blogs vying for your reader&#8217;s attention, with no common timeline.</p>
<p>2) Use <a href="http://www.reblog.org/">reBlog</a> to post your Tumblr RSS feed into your WP database. This is a more technical solution, you&#8217;re going to need to be comfortable messing with SQL databases and installing software on your webserver, so if you&#8217;re not comfortable with doing that, or don&#8217;t have sufficient access privileges, this isn&#8217;t for you.</p>
<p>For my purposes reBlog is simply unnecessary, as I&#8217;m only really concerned with link posts and it&#8217;s not worth the server overhead. If you use more of Tumblr&#8217;s functionality, though, this might be a nice solution for you.</p>
<p>3) This is my current preferred option &#8211; hack WordPress to add Tumblr-like functionality with custom fields. A good &#8220;how-to&#8221; is available at <a href="http://www.istudioweb.com/hacking-wordpress-theme-external-url-for-post-title-2008-01-12/ ">istudioweb</a> (check out my additional advice in the comments), so I won&#8217;t go into the ins and outs here. To see an example of the end product have a look at <a href="http://www.whatkatydid.me.uk/archives/105">WhatKatyDid</a>.</p>
<p>Have you got a better way of doing it, or have feedback on these methods? You know where the comments are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatkatydid.org/2008/03/tumblr-like-functionality-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Headers already sent by (output started at /pathtotheme/functions.php:6)</title>
		<link>http://www.whatkatydid.org/2008/03/headers-already-sent-by-output-started-at-pathtothemefunctionsphp6/</link>
		<comments>http://www.whatkatydid.org/2008/03/headers-already-sent-by-output-started-at-pathtothemefunctionsphp6/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 12:57:35 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.techgirl.me.uk/?p=9</guid>
		<description><![CDATA[If you get the following error when making changes to your wordpress theme, there&#8217;s a good chance you&#8217;ve got whitespace in your functions.php file. &#8220;Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/username/public_html/wp-content/themes/themename/functions.php:6) in /home/username/public_html/wp-includes/pluggable.php on line 390&#8243; The number after &#8220;functions.php:&#8221; indicates the line in the file which is [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the following error when making changes to your wordpress theme, there&#8217;s a good chance you&#8217;ve got whitespace in your functions.php file.</p>
<p>&#8220;Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/username/public_html/wp-content/themes/themename/functions.php:6) in /home/username/public_html/wp-includes/pluggable.php on line 390&#8243;</p>
<p>The number after &#8220;functions.php:&#8221; indicates the line in the file which is faulty, if you have empty lines at the end of the file, remove them and you should be back up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatkatydid.org/2008/03/headers-already-sent-by-output-started-at-pathtothemefunctionsphp6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
