<?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>thinkMoult &#187; wordpress</title>
	<atom:link href="http://thinkmoult.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkmoult.com</link>
	<description>Seriously who ever reads this description.</description>
	<lastBuildDate>Sun, 22 Jan 2012 04:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>thinkMoult blog design updated.</title>
		<link>http://thinkmoult.com/2010/04/30/thinkmoult-blog-design-updated/</link>
		<comments>http://thinkmoult.com/2010/04/30/thinkmoult-blog-design-updated/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:28:42 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thinkmoult]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/2010/04/30/thinkmoult-blog-design-updated/</guid>
		<description><![CDATA[It&#8217;s come a long way since the original concept redesign back in the July of 2009. The thinkMoult blog has been incrementally updated probably once a month with small tweaks to the layout. The blog has been stripped originally from its (relatively) featureful edition to the bare essentials &#8211; ie. a streaming wall of text [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s come a long way since the <a href="http://thinkmoult.com/2009/07/21/blog-redesign/">original concept redesign</a> back in the July of 2009. The thinkMoult blog has been incrementally updated probably once a month with small tweaks to the layout. The blog has been stripped originally from its (relatively) featureful edition to the bare essentials &#8211; ie. a streaming wall of text with emphasis on clear headers and content areas.</p>
<p>To me a blog is a very much a written journal. Social and pictorial blogs aren&#8217;t &quot;blogs&quot; in my definition of the word.  As a result I&#8217;ve decided to condense things a little, cutting out pictures which don&#8217;t complement the article, focusing on clear typographical elements (pushing the limits of the beloved Arial font!) and effective use of padding rather than borders. I&#8217;m maintaining the simplicity of the previous layout (no sidebar, no link lists or fancy plugins) and sticking to my roots.</p>
<p>The design itself was inspired by the <a href="http://powazek.com/depo-skinny">Depo Skinny Theme</a> but with obvious edits here and there on font styles. What this implies is that I&#8217;ve also involuntarily drastically improved the semantics behind the blog itself &#8211; which is a good thing of course.</p>
<p>Everything should&#8217;ve been ported over such as avatar support in comments, asides along with my <a href="http://thinkmoult.com/2009/09/24/make-a-category-not-considered-as-a-post-in-wordpress/">asides category pagination hack</a>, and the various footer tweaks. There have also been a few edits here and there which add to the overall polish of the design.</p>
<p>Well, I hope you like it, and let me know if there is anything which looks messed up.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2010/04/30/thinkmoult-blog-design-updated/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make a category not considered as a post in WordPress</title>
		<link>http://thinkmoult.com/2009/09/24/make-a-category-not-considered-as-a-post-in-wordpress/</link>
		<comments>http://thinkmoult.com/2009/09/24/make-a-category-not-considered-as-a-post-in-wordpress/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:25:18 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=1022</guid>
		<description><![CDATA[In other words, how do you make posts that are in a certain category not count towards total page post count in WordPress? A while back I set up Asides on this blog. The problem was that previously I was displaying 5 posts per page. Now with asides it still displayed 5 posts per page, [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>In other words, <strong>how do you make posts that are in a certain category not count towards total page post count in WordPress</strong>?</p>
<p><a href="http://thinkmoult.com/2009/09/20/implemented-a-new-asides-feature/">A while back I set up Asides</a> on this blog. The problem was that previously I was displaying 5 posts per page. Now with asides it still displayed 5 posts per page, but as asides are probably one sentence long at most I personally don&#8217;t consider them to be blog posts. This meant that it didn&#8217;t display 5 &#8220;real&#8221; posts per page. So, how do I fix this?</p>
<p><em>Disclaimer: I&#8217;m not experienced in the under-the-hood of WordPress and as a result some of this solution might be hackery. However it works for me, and that&#8217;s what counts.</em></p>
<h3>Problem 1: displaying 5 real posts per page regardless of how many asides there are.<em><br />
</em></h3>
<p>WordPress loops through a series of posts per page and displays them one by one. Initially I thought they would increment a counter, of which I could easily change so that if the post category was in &#8220;asides&#8221;, it will not increment the counter. However there were a couple flaws: 1) There was no counter, or I completely missed one, 2) The database queries sets the LIMITs from the administrator settings right at the very beginning, and 3) pagination will be completely messed up.</p>
<p>The solution was pretty simple, <strong>firstly we set the database query LIMIT to an obscenely large amount &#8211; more posts than we ever think we&#8217;ll need on a page</strong>. This can be done in the administrator panel. Change &#8220;display posts per page&#8221; to a random large value. I chose 15 because it seems pretty realistic that real posts + aside posts &lt; 15 for 99.9% of the time.</p>
<p><strong>The second step is to manually change the criteria for when the loop terminates</strong>. This way it will not actually show 15 posts, but instead <em>up to 15 posts</em>. What we&#8217;ll do is create a new counter, where ever time we display a post that isn&#8217;t an &#8220;aside&#8221;, we increment the counter, until it hits 5 posts (if I wanted 5 real posts per page) &#8211; at which time it&#8217;ll terminate the loop.</p>
<p>This can be done in the<em> wp-includes/query.php</em> page. To begin with we&#8217;ll need a new variable in the class for our counter. So below <code>class WP_Query {</code> we should add:</p>
<p><code>var $counting_up = 0;</code></p>
<p>Just to make sure that <code>$counting_up</code> resets itself as it should, we&#8217;ll add this to the <code>init()</code> function:</p>
<p><code>$this-&gt;counting_up = 0;</code></p>
<p>Now the next step is to modify the <code>the_post()</code> function. When the loop has started and the category is not an aside, we&#8217;ll increment our counter. In this example my aside category ID is category 429. This will be different for you, so you change it. So simply add this to the <code>the_post()</code> function:</p>
<p><code>if ( !in_category(429) &amp;&amp; $this-&gt;current_post != -1 ) {<br />
$this-&gt;counting_up++;<br />
}</code></p>
<p>Now we&#8217;ve got our counter, we&#8217;ll set up the loop to terminate correctly. This can be done in the <code>have_posts()</code> function. Notice this is the <code>have_posts()</code> function inside the WP_Query class, not outside. We can modify our if statement to terminate when our counter hits 4 posts (as the first isn&#8217;t counted &#8211; therefore in effect we&#8217;ll display 5 real posts), and also when we don&#8217;t have a <code>do_not_terminate</code> variable set to the WP_Query. Why this <code>do_not_terminate</code> variable is important is if we ever need to override this, as well as later I&#8217;ll explain when we look at pagination issues. Here is my completed modified if statement:</p>
<p><code>if ($this-&gt;counting_up == 4 &amp;&amp; !$this-&gt;query_vars['do_not_terminate']) {<br />
$this-&gt;in_the_loop = false;<br />
do_action_ref_array('loop_end', array(&amp;$this));<br />
$this-&gt;rewind_posts();<br />
return false;<br />
} elseif ($this-&gt;current_post + 1 &lt; $this-&gt;post_count) {<br />
return true;<br />
} elseif ($this-&gt;current_post + 1 == $this-&gt;post_count &amp;&amp; $this-&gt;post_count &gt; 0) {<br />
do_action_ref_array('loop_end', array(&amp;$this));<br />
$this-&gt;rewind_posts();<br />
}</code></p>
<p>Now we&#8217;ve solved problem 1, and 5 real posts are displaying on our front page, let&#8217;s move on to problem 2.</p>
<h3>Problem 2: previous page, or going to older posts will no longer work.</h3>
<p>Since pages are pretty obsolete at this point, <strong>we&#8217;ll switch to using offsets</strong>. This is because each page will no longer display a fixed number of posts, <strong>each may display a variable amount of posts, minimum being 5 (that we set just now), and maximum being 15 (that we set at the very beginning)</strong>. So to start we&#8217;ll hop over to our <code>index.php</code> in our theme file, and simply get the offset from the URL and pass it through to our post loop. Here goes:</p>
<p><code>&lt;?php if ($_GET['offset'] &amp;&amp; is_numeric($_GET['offset'])) {<br />
query_posts('offset='. $_GET['offset']); $offsetting = $_GET['offset'];<br />
} else { $offsetting = 0; } ?&gt;</code></p>
<p>So with that code in <code>index.php</code>, we can now visit <em>myblogsite.com/?offset=20</em> and offset our posts by 20. To determine how many posts to offset by in previous pages, we simply take how much we&#8217;re currently offset by, and add all the posts we&#8217;ve displayed on the page, regardless of whether or not it is an aside or a real post. To do this we need another counter. So we&#8217;ll initialise our counter, perhaps near the beginning of <code>index.php</code>:</p>
<p><code>&lt;?php $on_page = 0; ?&gt;</code></p>
<p>&#8230; then within our <code>while (have_posts()) {</code> loop, (or whatever equivalent loop your theme uses), we&#8217;ll just increment it:</p>
<p><code>&lt;?php $on_page++; ?&gt;</code></p>
<p>So then we recode our &#8220;previous posts&#8221; link to go to:</p>
<p><code>&lt;a href="http://yourblog.com/?offset=&lt;?php echo $offsetting + $on_page; ?&gt;" &gt;Previous posts&lt;/a&gt;</code></p>
<p>That was simple, eh? This brings us to problem 3.</p>
<h3>Problem 3: newer posts don&#8217;t work, for obvious reasons.</h3>
<p>Going forward in time is a little bit more complex. We want to calculate how much <em>less</em> we should offset by. To do this we&#8217;ll create a function to calculate this. The function will need to know how much we&#8217;re currently offset by. Based on that, <strong>it&#8217;ll query 15 posts into the future, then loop through those posts in reverse order</strong>. If it can&#8217;t go 15 posts into the future (eg: on the first page, and perhaps the second), it&#8217;ll go as far into the future as it can. <strong>When looping through, it&#8217;ll record the category of each of the posts</strong>. Whenever it hits a post, it&#8217;ll increment the count we want to offset less by. When we hit a post that category isn&#8217;t an aside (category 429 in my example), it&#8217;ll increment a counter that determines how many real posts we&#8217;ve hit so far. So therefore we have two counters. When the real counter hits 6 posts, it&#8217;ll terminate the offset counter. This is because I want 5 real posts per page, and based on how we coded problem 1, we know that the last post of any page must be a real post, not an aside.</p>
<p>We can place this function in the functions.php file of our theme. Here is the function, of which lazy people can copy and paste:</p>
<p><code>function back_to_the_future($offset = 0) {<br />
$new_offset = $offset-15;<br />
if ($new_offset &lt; 0) {<br />
$new_offset = 0;<br />
}<br />
$diff_offset = $offset - $new_offset;<br />
$future_query = new WP_Query(array(<br />
'showposts' =&gt; $diff_offset,<br />
'order' =&gt; 'DESC',<br />
'offset' =&gt; $new_offset,<br />
'do_not_terminate' =&gt; TRUE<br />
));</code></p>
<p><code>$post_data = array();</code></p>
<p><code>while ($future_query-&gt;have_posts()) {<br />
if ($diff_offset == 0) {<br />
break;<br />
} else {<br />
$diff_offset--;<br />
}<br />
$future_query-&gt;the_post();<br />
$cat_id = get_the_category();<br />
$cat_id = $cat_id[0]-&gt;cat_ID;<br />
$post_data[] = $cat_id;<br />
}</p>
<p>$post_data = array_reverse($post_data);<br />
$count_posts = 0;<br />
$count_total = 0;</p>
<p>foreach ($post_data as $post_cat) {<br />
if ($post_cat != 429) {<br />
$count_posts++;<br />
}<br />
if ($count_posts == 6) {<br />
break;<br />
} else {<br />
$count_total++;<br />
}<br />
}</p>
<p></code></p>
<p><code> return $offset - $count_total;<br />
}</code></p>
<p>People who looked through the code will realise that we passed the <code>do_not_terminate</code> variable to WP_Query that we set up when addressing Problem 1. This is required because if we didn&#8217;t, we won&#8217;t get 15 posts into the future, instead we&#8217;ll just get however many posts starting from 15 posts into the future that include 5 real posts &#8211; which is totally useless.</p>
<p>To finish off nicely we&#8217;ll edit our &#8220;newer posts&#8221; link to use this calculated offset in our <code>index.php</code> file, but only display when we have a proper offset to show and we&#8217;re not on the first page.</p>
<p><code>&lt;?php if ($future_offset != 0 || !empty($offsetting)) { ?&gt;<br />
&lt;a href="http://yourblog.com/?offset=&lt;?php echo $future_offset; ?&gt;"&gt;Newer Posts&lt;/a&gt;<br />
&lt;?php } ?&gt;</code></p>
<p>Tada &#8211; all done! I hope that helped somebody out there, but if not at least I have it for archival purposes. If you&#8217;re using it, let me know how it goes!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2009/09/24/make-a-category-not-considered-as-a-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implemented a new &#8220;Asides&#8221; feature.</title>
		<link>http://thinkmoult.com/2009/09/20/implemented-a-new-asides-feature/</link>
		<comments>http://thinkmoult.com/2009/09/20/implemented-a-new-asides-feature/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 15:35:15 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[thinkmoult]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=982</guid>
		<description><![CDATA[As you might&#8217;ve guessed, the thinkMoult blog is not the fanciest WordPress implementation in the neighbourhood. Heck, our sidebar disappeared a while back. The site currently uses three plugins: a related posts feature, one that allows you to subscribe to comments, and finally good ol&#8217; Akismet which likes to delete any comments that mention the [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>As you might&#8217;ve guessed, the thinkMoult blog is not the fanciest WordPress implementation in the neighbourhood. Heck, our sidebar disappeared a while back. The site currently uses three plugins: a <a href="http://mitcho.com/code/yarpp/">related posts feature</a>, one that allows you to <a href="http://txfx.net/code/wordpress/subscribe-to-comments/">subscribe to comments</a>, and finally good ol&#8217; Akismet which likes to delete any comments that mention the word viagra.</p>
<p><a href="http://wipup.org">WIPUP</a> is gaining momentum and will replace some of my blog posts as the main way I release updates on projects, and as I&#8217;ve <a href="http://thinkmoult.com/2009/08/31/good-riddance-twitter/">quit Twitter</a> I have a small hole left inside me for short updates that happen once in a while. Astute readers would&#8217;ve noticed just below this post there is a post &#8230; without a post! Yes, it&#8217;s a tiny update and I shall use it for better means in the future than greeting mother Earth.</p>
<p>For those living under rocks, it&#8217;s basically a short sentence update that will not necessarily follow the post-every-2-days schedule I try to stick to. The update can also optionally include a link to another website.</p>
<p>For those curious on how I did this hackery, I followed the instructions <a href="http://codex.wordpress.org/Adding_Asides">from this guide</a>. Well, not fully &#8211; I made some modifications and I couldn&#8217;t be bothered to style it so I just made it a header. It&#8217;s semantically incorrect &#8211; so sue me.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2009/09/20/implemented-a-new-asides-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Now officially vulnerable to muscle aches! Oh, and WordPress 2.7.</title>
		<link>http://thinkmoult.com/2008/12/15/now-officially-vulnerable-to-muscle-aches-and-wordpress-27/</link>
		<comments>http://thinkmoult.com/2008/12/15/now-officially-vulnerable-to-muscle-aches-and-wordpress-27/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 01:53:08 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[sick]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=316</guid>
		<description><![CDATA[Oh joy! I get an excuse to talk about something else other than tech for a while. For the past few days, my skin seems to have been plagued with what resembles a nasty case of chicken pox, except that it&#8217;s restricted to certain regions, such as my hands (like I&#8217;m wearing weird lumpy gloves), [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Oh joy! I get an excuse to talk about something else other than tech for a while. For the past few days, my skin seems to have been plagued with what resembles a nasty case of chicken pox, except that it&#8217;s restricted to certain regions, such as my hands (like I&#8217;m wearing weird lumpy gloves), my back, my feet, and occasionally popping up on my thighs. In addition to that, my lips have managed to achieve a stunning level of dryness and chap(piness?), as well as maintain a constant bleeding throughout the day. Seriously, how do you do that in a tropical country where skyjuice is plentiful? I snapped a picture of it whilst on the way to a charity fun fair this morning, of which I won&#8217;t mention details about. (oh, the picture doesn&#8217;t do its bark-like quality with oozing blood any justice. In fact, it makes it look redder than it really is &#8211; should be brown. Shame.)</p>
<p style="text-align: center;"><a href="http://thinkmoult.com/wp-content/uploads/2008/12/image_051.jpg"><img class="size-full wp-image-318 aligncenter" title="image_051" src="http://thinkmoult.com/wp-content/uploads/2008/12/image_051.jpg" alt="" width="225" height="300" /></a></p>
<p>It&#8217;s all a bit nasty and I wasn&#8217;t quite sure what caused it until a visit to the clinic this morning. Because it&#8217;s not exactly the smartest thing to announce &#8220;<em>hey guys, here are my medical records, look how cool they are!</em>&#8221; online, the most I can say is that I pretty much don&#8217;t like any sort of painkiller that exists. So any future muscle aches that occur &#8230; well, I&#8217;ll just have to sit it out and endure. Funnily enough, I actually had a dream about a week ago that I would get this sort of allergic reaction. It seems to have come pretty realistically true. Right down to the minute details of which figure would be the most swollen with lumps. On other news, I will be flying off to the U.K. on Thursday, but don&#8217;t expect that to curb the flow of creative blog posts (this one exempted), as I&#8217;ve got quite a bit to show.</p>
<p>On other news, I&#8217;ve just upgraded to WordPress 2.7. However, this isn&#8217;t just <em>any</em> upgrade, it&#8217;s an awesome upgrade. That&#8217;s because I now get a cooler backend for managing thinkMoult. The whole design looks all beefed and faster to access stuff. Take a look if you don&#8217;t believe me:</p>
<p style="text-align: center;"><a href="http://thinkmoult.com/wp-content/uploads/2008/12/2008-12-15-094314_1280x800_scrot.png"><img class="size-medium wp-image-332 aligncenter" title="2008-12-15-094314_1280x800_scrot" src="http://thinkmoult.com/wp-content/uploads/2008/12/2008-12-15-094314_1280x800_scrot-300x187.png" alt="2008-12-15-094314_1280x800_scrot" width="300" height="187" /></a></p>
<p>Along with the upgrade, the flash upload now works again for me (no more tedious click, upload, reload, click), as well as new thumbnail sizes for adding images &#8230; there are probably a lot of new features I haven&#8217;t noticed yet, but all the same, I&#8217;m excited. It&#8217;s a new toy, it&#8217;s a new thang, it&#8217;s awesome.</p>
<p>Rethinking my post, it probably wasn&#8217;t a good idea to mix sickness and software together.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2008/12/15/now-officially-vulnerable-to-muscle-aches-and-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.5</title>
		<link>http://thinkmoult.com/2008/12/01/wordpress-265/</link>
		<comments>http://thinkmoult.com/2008/12/01/wordpress-265/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:49:20 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=294</guid>
		<description><![CDATA[Well, it seems as though version 2.6.4 has &#8211; well, quite literally been scrapped and the developers have skipped right on to 2.6.5. I&#8217;m up to date, and again using it as an excuse to take up a post on my writing schedule. For want of something more interesting to talk about, apparently Mr. Stallman [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Well, it seems as though version 2.6.4 has &#8211; well, quite literally been scrapped and the developers have skipped right on to 2.6.5. I&#8217;m up to date, and again using it as an excuse to take up a post on my writing schedule. For want of something more interesting to talk about, apparently Mr. Stallman himself (<em>I mean, nobody would ever do identity theft online, right?</em>) has heard about my public accusation of his singing abilities being the cause of the slow progress on open-source, and decided that I&#8217;m correct. You can see proof of this on the post &#8220;<a href="#mce_temp_url#">Cause of the Open-Source Lag</a>&#8221; itself, as well as grab a chance to listen to *choke* &#8230; a wonderful song.</p>
<p>Oh, and to make this post have some sort of interesting content, here&#8217;s a scrot of my new computer&#8217;s desktop, running KDE (4 series), all freshly personalised (still unfinished though). Again, click on it to get the full resolution image (Yes! No longer 1024&#215;768, now it&#8217;s 1280&#215;800!)</p>
<p style="text-align: center;"><a href="http://thinkmoult.com/wp-content/uploads/2008/12/2008-11-30-212724_1280x800_scrot.png"><img class="size-medium wp-image-295 aligncenter" title="2008-11-30-212724_1280x800_scrot" src="http://thinkmoult.com/wp-content/uploads/2008/12/2008-11-30-212724_1280x800_scrot-300x187.png" alt="" width="300" height="187" /></a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2008/12/01/wordpress-265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Updated</title>
		<link>http://thinkmoult.com/2008/10/29/wordpress-updated/</link>
		<comments>http://thinkmoult.com/2008/10/29/wordpress-updated/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 23:53:33 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=225</guid>
		<description><![CDATA[As usual, I&#8217;m about two versions behind. (2.6.1) I&#8217;ve decided to stop procrastinating and upgrade WordPress. Happy to say it was flawless and we&#8217;re now running on 2.6.3. (Wow great excuse to use up a whole post &#8211; don&#8217;t worry I&#8217;ve got stuff in store) No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>As usual, I&#8217;m about two versions behind. (2.6.1) I&#8217;ve decided to stop procrastinating and upgrade WordPress. Happy to say it was flawless and we&#8217;re now running on 2.6.3.</p>
<p>(Wow great excuse to use up a whole post &#8211; don&#8217;t worry I&#8217;ve got stuff in store)</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2008/10/29/wordpress-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tada! 2.6.1!</title>
		<link>http://thinkmoult.com/2008/09/09/tada-261/</link>
		<comments>http://thinkmoult.com/2008/09/09/tada-261/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:44:13 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.6.1]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=148</guid>
		<description><![CDATA[I&#8217;ve just upgraded the WordPress version to 2.6.1. Taaa daaaa! No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just upgraded the WordPress version to 2.6.1. Taaa daaaa!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2008/09/09/tada-261/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6</title>
		<link>http://thinkmoult.com/2008/07/19/wordpress-26/</link>
		<comments>http://thinkmoult.com/2008/07/19/wordpress-26/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 23:49:14 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=42</guid>
		<description><![CDATA[I have just upgraded (flawlessly) the installation to WP 2.6. Hurrah! No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I have just upgraded (flawlessly) the installation to WP 2.6. Hurrah!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2008/07/19/wordpress-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://thinkmoult.com/2008/05/04/hello-world/</link>
		<comments>http://thinkmoult.com/2008/05/04/hello-world/#comments</comments>
		<pubDate>Sun, 04 May 2008 11:40:30 +0000</pubDate>
		<dc:creator>Dion Moult</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinkmoult.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Yes, that&#8217;s right! We&#8217;ve migrated (To change location periodically, especially by moving seasonally from one region to another) to WordPress! The installation was smooth, and we&#8217;ve got a sexy theme up doing some jazz for the the thinkMoult page! No [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
<p>Yes, that&#8217;s right! We&#8217;ve migrated (To change location periodically, especially by moving seasonally from one region to another) to WordPress! The installation was smooth, and we&#8217;ve got a sexy theme up doing some jazz for the the <a title="What is Moult?" href="http://thinkmoult.com/indexold.php" target="_self">thinkMoult</a> page!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://thinkmoult.com/2008/05/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

