<?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>36Flavours.com &#187; theme</title>
	<atom:link href="http://36flavours.com/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://36flavours.com</link>
	<description>A taste of something different...</description>
	<lastBuildDate>Mon, 19 Apr 2010 20:01:53 +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>WP &#8211; Enable read more links for pages</title>
		<link>http://36flavours.com/2009/08/wp-enable-read-more-links-for-pages/</link>
		<comments>http://36flavours.com/2009/08/wp-enable-read-more-links-for-pages/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 13:11:21 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.8.4]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[the_loop]]></category>

		<guid isPermaLink="false">http://36flavours.com/?p=287</guid>
		<description><![CDATA[When listing pages using the_loop(), the latest version of WordPress (2.8.4) does not allow for a &#8220;Read more&#8230;&#8221; link to be appended to a list of pages using the_content() along with the &#60;!&#8211;more&#8211;&#62; quicktag. Although it wasn&#8217;t immediately obvious to me, read more links can be enabled by over-riding the global $more variable and setting [...]]]></description>
			<content:encoded><![CDATA[<p class="first">When listing pages using <em>the_loop()</em>, the latest version of WordPress (<em>2.8.4</em>) does not allow for a &#8220;Read more&#8230;&#8221; link to be appended to a list of pages using <em>the_content()</em> along with the &lt;!&#8211;more&#8211;&gt; quicktag.</p>
<p>Although it wasn&#8217;t immediately obvious to me, read more links can be enabled by over-riding the global <em><strong>$more</strong></em> variable and setting it to <em>false</em>, <strong>before looping</strong> through the result set, for example:<span id="more-287"></span></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$more</span><span style="color: #339933;">;</span> <span style="color: #000088;">$more</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">FALSE</span><span style="color: #339933;">;</span>
query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post_type=page'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	the_content<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Read More...'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">endwhile</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span></pre></div></div>

<p>I couldn&#8217;t actually discover why this is not the default behaviour when querying pages. There may be a good reason behind it, but in my experience I found it mildly irritating.</p>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2009/08/wp-enable-read-more-links-for-pages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Taste of Something Different&#8230;</title>
		<link>http://36flavours.com/2009/08/a-taste-of-something-different/</link>
		<comments>http://36flavours.com/2009/08/a-taste-of-something-different/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:42:45 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://36flavours.com/?p=261</guid>
		<description><![CDATA[It&#8217;s been a while since writing my last blog post back in June, but I&#8217;m pleased to be getting back into it again. One of the main reasons for for the lack of updates is due to the stack of work I&#8217;ve been attempting to get through and my attempts at redesigning the layout of [...]]]></description>
			<content:encoded><![CDATA[<p class="first">It&#8217;s been a while since writing my last blog post back in June, but I&#8217;m pleased to be getting back into it again.</p>
<p>One of the main reasons for for the lack of updates is due to the stack of work I&#8217;ve been attempting to get through and my attempts at <strong>redesigning</strong> the layout of my blog.</p>
<p>I had a couple of different concepts for the redesign, but this is the design I eventually went with.<span id="more-261"></span></p>
<p>Other ideas included a <strong>post-it note</strong> type design, where the notes were <strong>randomly placed</strong> on the screen with the ability to <strong>drag</strong> and <strong>re-organise</strong>.</p>
<p style="text-align: center;"><a href="http://36flavours.com/wp-content/uploads/2009/08/idea_one.png"><img class="size-medium wp-image-262  aligncenter" title="First Idea" src="http://36flavours.com/wp-content/uploads/2009/08/idea_one-300x203.png" alt="idea_one" width="300" height="203" /></a></p>
<p>Although I liked the idea of randomisation, after putting the design into practice <strong>it failed</strong> to fulfil it&#8217;s purpose of a blog theme. Content was difficult to get to and <strong>awkward</strong> to locate, so for this reason decided to take a different approach.</p>
<p>The <strong><a href="http://36flavours.com/wp-content/uploads/2009/08/idea_two.png" target="_blank">second design</a></strong> couldn&#8217;t be more different from the first. I decided against proceeding with this design for a number of reasons. Firstly, the length of each page would have been too long and secondly <strong>I didn&#8217;t really like it</strong>.</p>
<p>My <strong>third and final attempt</strong> was loosely based on the previous, using a <strong>single fixed width column</strong> with the sidebar below the main content. The colours were reduced to a single primary colour &#8211; orange &#8211; with white text on a dark background.</p>
<p>I felt this was going in the right direction and so continued through with the development process to create the <strong>current theme</strong>, which &#8211; to be honest &#8211; is nothing special but it&#8217;s <strong>quite clean</strong>, <strong>simple</strong> and is <strong>a bit different</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2009/08/a-taste-of-something-different/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
