<?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>gorirrajoe &#187; custom</title>
	<atom:link href="http://gorirrajoe.com/tag/custom/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorirrajoe.com</link>
	<description>another FPSA production</description>
	<lastBuildDate>Mon, 21 May 2012 01:40:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>wordpress: change your home page to a custom page</title>
		<link>http://gorirrajoe.com/wordpress-change-your-home-page-to-a-custom-page/</link>
		<comments>http://gorirrajoe.com/wordpress-change-your-home-page-to-a-custom-page/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 02:33:00 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[andy]]></category>
		<category><![CDATA[chaunce]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=950</guid>
		<description><![CDATA[so chaunce asked if i could do a small tutorial for a wordpress (wp) question he had&#8230; i&#8217;m honored that he asked me to do so&#8230; actually, i think i might start to write a bunch of tutorials that i&#8217;ve learned along the way&#8230; and here&#8230; we&#8230; go&#8230; this tutorial deals with the user wanting [...]]]></description>
			<content:encoded><![CDATA[<p>so <a href="http://www.reddolan.com/" target="_blank">chaunce</a> asked if i could do a small tutorial for a wordpress (wp) question he had&#8230; i&#8217;m honored that he asked me to do so&#8230; actually, i think i might start to write a bunch of tutorials that i&#8217;ve learned along the way&#8230;</p>
<p>and here&#8230; we&#8230; go&#8230;</p>
<p>this tutorial deals with the user wanting a site with a blog and pages, but the user wants a specific page to be the front page, not the blog (something similar to <a href="http://www.andymorales.com/" target="_blank">andy&#8217;s</a> site, but not &#8212; since he doesn&#8217;t want his site to be full-on wordpress)</p>
<p>*note, i suck at technical writing, but i&#8217;ll try to fake it&#8230; i&#8217;m open to suggestions/comments for future tutorials<br />
<span id="more-950"></span><br />
there&#8217;s a few things you&#8217;ll need to do before logging into the wp account:</p>
<p>i&#8217;m assuming that you&#8217;ll want this front page (and other pages) to have the same look and feel as your blog pages&#8230;</p>
<p>so open up explorer and make a copy of index.php &#8212; rename the copy whatever you want (i renamed it to &#8220;page2.php&#8221;)</p>
<div id="attachment_951" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-1.gif"><img class="size-medium wp-image-951" title="wp-postSubpage-1" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-1-300x198.gif" alt="copy index.php and rename copy to page2.php" width="300" height="198" /></a><p class="wp-caption-text">copy index.php and rename copy to page2.php</p></div>
<p>next, let&#8217;s edit page2.php&#8230;</p>
<p>add the following text to the top of the code:</p>
<pre>&lt;?php
/*
Template Name: page2
*/
?&gt;</pre>
<div id="attachment_952" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-2.gif"><img class="size-medium wp-image-952" title="wp-postSubpage-2" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-2-300x198.gif" alt="open page2.php and add text to top of code" width="300" height="198" /></a><p class="wp-caption-text">open page2.php and add text to top of code</p></div>
<p>i put &#8220;page2&#8243; but i&#8217;m pretty sure you can put whatever you want here &#8212; i&#8217;ll show ya where this displays in a few steps&#8230;</p>
<p>ok go ahead and upload page2.php to your server &#8212; should i assume that you know where to put it? (i guess i should&#8217;ve done a &#8220;getting started&#8221; tutorial first&#8230;)</p>
<p>now log into the admin and go to <strong>Pages &gt; Add New</strong></p>
<p>choose the page title wisely, this&#8217;ll be your blog&#8217;s address</p>
<p>note where it shows template to the right side &#8212; this is where that &#8220;page2&#8243; came into play</p>
<div id="attachment_956" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-3.gif"><img class="size-medium wp-image-956" title="wp-postSubpage-3" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-3-300x202.gif" alt="name the new page and change the template to &quot;page2&quot;" width="300" height="202" /></a><p class="wp-caption-text">name the new page and change the template to &quot;page2&quot;</p></div>
<p>click <strong>Publish</strong></p>
<p>now go to <strong>Settings &gt; Reading</strong></p>
<p>change &#8220;Front page displays&#8221; to &#8220;A static page (select below)&#8221;:</p>
<p>* choose one of your (already created) pages for the &#8220;Front page&#8221;<br />
* change &#8220;Posts page&#8221; to &#8220;blog&#8221;</p>
<p>click <strong>Save Changes</strong></p>
<div id="attachment_957" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-4.gif"><img class="size-medium wp-image-957" title="wp-postSubpage-4" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-4-300x202.gif" alt="update Settings &gt; Reading page" width="300" height="202" /></a><p class="wp-caption-text">update Settings &gt; Reading page</p></div>
<p>that should be it! if you go to the home page of your site, you&#8217;ll see it&#8217;s now your chosen page &#8212; and then if you append &#8220;/blog&#8221; to your domain, it&#8217;ll take you to the actual posts&#8230;</p>
<div id="attachment_958" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-5.gif"><img class="size-medium wp-image-958" title="wp-postSubpage-5" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-5-300x225.gif" alt="new home page" width="300" height="225" /></a><p class="wp-caption-text">new home page</p></div>
<div id="attachment_959" class="wp-caption aligncenter"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-6.gif"><img class="size-medium wp-image-959" title="wp-postSubpage-6" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-postSubpage-6-300x225.gif" alt="...and /blog page has all the blog posts" width="300" height="225" /></a><p class="wp-caption-text">...and /blog page has all the blog posts</p></div>
<p>boom&#8230; you&#8217;re pregnant.</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/wordpress-change-your-home-page-to-a-custom-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

