<?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>Rushplate - Faster Web Design &#187; CMS</title>
	<atom:link href="http://www.rushplate.com/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rushplate.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Dec 2009 02:48:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Static/custom WordPress Page</title>
		<link>http://www.rushplate.com/wordpress/staticcustom-wordpress-page/</link>
		<comments>http://www.rushplate.com/wordpress/staticcustom-wordpress-page/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:29:06 +0000</pubDate>
		<dc:creator>Dan Corkill</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.rushplate.com/uncategorized/staticcustom-wordpress-page/</guid>
		<description><![CDATA[With the overwhelming popularity of WordPress many designers and developers have turned to using it as a full blown Content Management System (CMS) for their client sites. The benefits of this are numerous and getting from Blog to CMS is covered below. Setting up the static front page The most widely used application of static [...]]]></description>
			<content:encoded><![CDATA[<p>With the overwhelming popularity of WordPress many designers and developers have turned to using it as a full blown Content Management System (CMS) for their client sites. The benefits of this are numerous and getting from Blog to CMS is covered below.<span id="more-87"></span></p>
<h2>Setting up the static front page</h2>
<p>The most widely used application of static page is on the front page as the main landing page is often custom. So let’s setup a static front page and a blog page.</p>
<ol>
<li>Create two new pages call them “Home” and “Blog” (you can name them whatever you like).</li>
<li>In your WordPress “Settings” go to “Reading” and Front page displays “A static page” and then select the page you want as your front page and another page for your normal blog (you don’t have to include a blog).</li>
</ol>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.rushplate.com/wp-content/uploads/2009/09/image.png" border="0" alt="image" width="436" height="192" /></p>
<p>That is all there is to it now you will see the static front page whenever you visit <a href="http://www.yoursite.com">www.yoursite.com</a> and the blog whenever you visit <a href="http://www.yoursite.com/blog/">www.yoursite.com/blog</a>. Using this solution you can now edit your front page in the admin area of WordPress via the Page Edit WYSIWYG editor.</p>
<h2>Custom front page</h2>
<p>Now that we have got our head around the static front page let’s go a bit further and add a completely new layout.</p>
<ol>
<li>Create a new PHP file in your theme directory and call it myfront.php</li>
<li>At the top of the PHP file add:</li>
<p>&lt;?php<br />
/*<br />
Template Name: MyFront<br />
*/<br />
?&gt;</p>
<li>Add in all the HTML/CSS/PHP you want on that page. You can call other PHP scripts the header, sidebar and footer just like normal if you need them.</li>
<li>Go to the page you want to display this custom file for example the “Home” page and on the right hand side there will be an Attributes box with “Template” inside it. Use the drop down box to select “MyFront” and click update page.</li>
<li>You should also use this opportunity to add a number to “Order” which will determine in which order your pages are listed so for Home we will put 1 as we want that as the first item in our menu.</li>
<li>To edit any changes on your frontpage you will go into the myfront.php file unless you have coded your template to be fully customizable from the WordPress admin.</li>
</ol>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.rushplate.com/wp-content/uploads/2009/09/image1.png" border="0" alt="image" width="295" height="479" /></p>
<p>Hopefully the above will help you when designing your own CMS solutions in WordPress or you can try it on an existing theme like <a href="http://www.rushplate.com/wordpress/blog-business-wordpress-theme-released/">Blog Business</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rushplate.com/wordpress/staticcustom-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blog Business WordPress theme released</title>
		<link>http://www.rushplate.com/wordpress/blog-business-wordpress-theme-released/</link>
		<comments>http://www.rushplate.com/wordpress/blog-business-wordpress-theme-released/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 05:12:31 +0000</pubDate>
		<dc:creator>Dan Corkill</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.rushplate.com/?p=44</guid>
		<description><![CDATA[View the demo. Or download the theme. Leave a comment with any bugs or features you would like to see. PSD file and design tutorial coming soon.]]></description>
			<content:encoded><![CDATA[<p>View the <a href="http://rushplate.com/blogbusiness/">demo</a>.</p>
<p>Or <a href="http://www.rushplate.com/wp-content/uploads/2009/09/blogbusiness.zip">download</a> the theme.</p>
<p>Leave a comment with any bugs or features you would like to see.</p>
<p>PSD file and design tutorial coming soon.</p>
<p><img class="alignnone size-full wp-image-45" title="blogbusiness" src="http://www.rushplate.com/wp-content/uploads/2009/09/blogbusiness.jpg" alt="blogbusiness" width="548" height="540" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rushplate.com/wordpress/blog-business-wordpress-theme-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

