<?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>More Questions Than Answers &#187; wordpress</title>
	<atom:link href="http://www.faq-it.co.uk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faq-it.co.uk</link>
	<description>Dan Atrill&#039;s blog site</description>
	<lastBuildDate>Thu, 05 Aug 2010 13:46:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Vary WordPress templates for different pages</title>
		<link>http://www.faq-it.co.uk/2010/08/05/vary-wordpress-templates-for-different-pages/</link>
		<comments>http://www.faq-it.co.uk/2010/08/05/vary-wordpress-templates-for-different-pages/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 13:46:07 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=253</guid>
		<description><![CDATA[It never hurts to read a manual, an FAQ or a Help page now and again. Whatever you know about a piece of software you&#8217;d be surprised what you can find out by going back over some instructions, maybe with a specific task in mind. My task was to create a number of templates for [...]]]></description>
			<content:encoded><![CDATA[<p>It never hurts to read a manual, an FAQ or a Help page now and again. Whatever you know about a piece of software you&#8217;d be surprised what you can find out by going back over some instructions, maybe with a specific task in mind. My task was to create a number of templates for a WordPress-based website. Each template differed slightly from the other and would be used for pages in different categories.</p>
<p>So in WordPress it&#8217;s common to work with one theme or layout, with the front page possibly showing a newsfeed and then some other &#8220;pages&#8221; displaying less time-dependent content. So you might add a differing layout to the index and page elements of the theme. But then it&#8217;s possible to add other themed pages. reading the WordPress Codex page on Pages &#8211; <a href="http://codex.wordpress.org/Pages" target="_blank">http://codex.wordpress.org/Pages</a> a useful tip is to add a couple of lines of code at the top of the file:</p>
<pre><span style="color: #339966;">&lt;?php</span></pre>
<pre><span style="color: #339966;">/*
Template Name: TemplateFile
*/</span></pre>
<pre><span style="color: #339966;">?&gt;</span></pre>
<p>Where TemplateFile is the name of your template. Add some other code and formatting such as the content, then the magic. Go into Pages &gt; Add New and there&#8217;s now an option in Page Attributes for a Template in the dropdown list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/08/05/vary-wordpress-templates-for-different-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New website &#8211; phase one</title>
		<link>http://www.faq-it.co.uk/2009/11/05/new-website-phase-one/</link>
		<comments>http://www.faq-it.co.uk/2009/11/05/new-website-phase-one/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:52:59 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[crewd]]></category>
		<category><![CDATA[crewd recordings]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost:8888/faq-it/?p=102</guid>
		<description><![CDATA[Phase one of a new website for London based Crewd Recordings goes live today. You can find it at www.crewd.co.uk Watch out for further developments very soon.]]></description>
			<content:encoded><![CDATA[<p>Phase one of a new website for London based <strong>Crewd Recordings</strong> goes live today.</p>
<p><a href="http://www.faq-it.co.uk/wp-content/uploads/2009/11/crewd_website.png"><img class="alignnone size-full wp-image-124" title="Crewd Recordings website" src="http://www.faq-it.co.uk/wp-content/uploads/2009/11/crewd_website.png" alt="Crewd Recordings website" width="420" height="298" /></a></p>
<p>You can find it at <a href="http://www.crewd.co.uk">www.crewd.co.uk</a><br />
Watch out for further developments very soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2009/11/05/new-website-phase-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
