<?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>WPCONCEPT + wordpress resources &#187; custom page template</title>
	<atom:link href="http://www.wpconcept.com/tag/custom-page-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpconcept.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 May 2010 15:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Create a custom page template for WP</title>
		<link>http://www.wpconcept.com/2009/11/21/create-a-custom-page-template/</link>
		<comments>http://www.wpconcept.com/2009/11/21/create-a-custom-page-template/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[custom page template]]></category>
		<category><![CDATA[wordpress cms]]></category>

		<guid isPermaLink="false">http://wpconcept.com/?p=28</guid>
		<description><![CDATA[If you want to use wordpress as a CMS or if you want to create some custom functions for some pages you should create a custom page template. Is very easy to create a custom page template and is very useful. Just create a empty .php page. Paste there the following code: /* Template Name: [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use wordpress as a CMS or if you want to create some custom functions for some pages you should create a custom page template. Is very easy to create a custom page template and is very useful. Just create a empty .php page. Paste there the following code:</p>
<p><code>/*<br />
Template Name: name<br />
*/</code></p>
<p>After you&#8217;ve saved this page you can activate it from dashboard &gt; pages (edit a available page). On the right side you will see the &#8220;attributes&#8221; spot and go to the &#8220;template&#8221;. Select there the page that you&#8217;ve created.</p>
<p>In this new page you can create new functions very easy and you can control them from wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpconcept.com/2009/11/21/create-a-custom-page-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
