<?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>Absolute Jargon &#187; WordPress</title>
	<atom:link href="http://blog.jargonia.co.uk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jargonia.co.uk</link>
	<description>Coding, gaming and just general rambling</description>
	<lastBuildDate>Mon, 10 May 2010 08:08:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tease!</title>
		<link>http://blog.jargonia.co.uk/2009/07/tease/</link>
		<comments>http://blog.jargonia.co.uk/2009/07/tease/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 14:33:18 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[FeedWordPress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Teaser]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=122</guid>
		<description><![CDATA[Ugh&#8230; have been trying to get this post teaser working over the last few days (which, if you are viewing this from the Comscare blog aggregator, you can see is working since you only see a fraction of the post now).  Couldn&#8217;t work out for the life of me why it wasn&#8217;t working, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Ugh&#8230; have been trying to get this post teaser working over the last few days (which, if you are viewing this from the <a href="http://blog.comscare.org/">Comscare blog aggregator</a>, you can see is working since you only see a fraction of the post now).  Couldn&#8217;t work out for the life of me why it wasn&#8217;t working, so I was running through the sourecode for the plugin, making little modifications here and there to no avail.</p>
<p>Finally, I managed to track it down to an external source (everything in the plugin checked out fine and was returning the correct value(s).  So, I started looking through the other plugins&#8217; sourecode, specifically ones that may modify the way the post is displayed.  Was looking through the sourcecode to the feed aggregator and found a reference to a couple of functions that saved the feed content before it is run through all the other wordpress/plugin formatting filters and restored it afterwards.  It also had a comment by it saying something along the lines &#8220;It is assumed all aggregated feeds will already be in an output-ready format so to make sure it isn&#8217;t mangled by wordpress, save the content temporarily before any filters are applied and restore after.&#8221;</p>
<p>Was just about to make some manual edits and thought &#8220;Hmmm, hold on a second&#8230;&#8221; went into the plugin&#8217;s settings in the wordpress administration page and there it was in a drop down box &#8220;Protect feeds from wordpress filters/Do not protect feeds from wordpress filters&#8221; *facepalm*  Well, at least it works now <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Also, while I was messing around with the blog I noticed I had a couple comments from mates but I hadn&#8217;t been notified by email.  Turns out Google Mail was identifying it as spam (sorry guys!), so I created a Google Mail filter to protect email I get from my blog&#8230; shouldn&#8217;t have that issue anymore.</p>
<p>Just a word of warning to CWolf (who is hosted on same server), you may want to create a filter for your blog in Google Mail <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/2009/07/tease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in business</title>
		<link>http://blog.jargonia.co.uk/2008/08/back-in-business/</link>
		<comments>http://blog.jargonia.co.uk/2008/08/back-in-business/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 23:32:59 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=76</guid>
		<description><![CDATA[Whoa, I really hate doing that but it was required.
I just finished writing a php script that read all my old blog posts from the old database in the old format (my own custom blogging system), converted it all into the WordPress format and then inserted it into this blog&#8217;s database.
I had to do it [...]]]></description>
			<content:encoded><![CDATA[<p>Whoa, I really hate doing that but it was required.</p>
<p>I just finished writing a php script that read all my old blog posts from the old database in the old format (my own custom blogging system), converted it all into the WordPress format and then inserted it into this blog&#8217;s database.</p>
<p>I had to do it before when I updated my own blog system (before I totalled my site).  I&#8217;ve decided to take the easy way out at last, but getting all my old posts back definitely wasn&#8217;t easy.  However, it worked with amazing success and to top it off, it was all coded via SSH and nano <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>The only thing that hasn&#8217;t been converted, and I couldn&#8217;t really see any easy way, was the custom bbCode-style image and link tags I handled on my old blog but screw it&#8230; I don&#8217;t care <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , at least I have the option to go back through them and edit the old posts if I really want.</p>
<p>Now, where is that git, I wanna play some Tiberian Sun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/2008/08/back-in-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
