<?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; wordpress tutorial</title>
	<atom:link href="http://gorirrajoe.com/category/web-development/wordpress-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorirrajoe.com</link>
	<description>another FPSA production</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:39:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>wordpress: installing wordpress locally on your pc</title>
		<link>http://gorirrajoe.com/wordpress-installing-wordpress-locally-on-your-pc/</link>
		<comments>http://gorirrajoe.com/wordpress-installing-wordpress-locally-on-your-pc/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 03:03:57 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=1017</guid>
		<description><![CDATA[as i write the title of this tutorial, i can tell it might get long and/or complicated&#8230; i&#8217;ll try my best&#8230; here we go FIRST, you&#8217;ll need the tools &#8212; download virtual pc (especially if you run windows vista) and then grab an image here &#8212; i would suggest getting the IE6 image, since that [...]]]></description>
			<content:encoded><![CDATA[<p>as i write the title of this tutorial, i can tell it might get long and/or complicated&#8230; i&#8217;ll try my best&#8230; here we go</p>
<p>FIRST, you&#8217;ll need the tools &#8212; <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&amp;displaylang=en" target="_blank">download virtual pc</a> (<strong>especially </strong>if you run windows vista) and then <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en" target="_blank">grab an image here</a> &#8212; i would suggest getting the IE6 image, since that version of IE is the &#8220;worst&#8221; of them all<br />
<span id="more-1017"></span><br />
great &#8212; now you can run virtual pc (check out my settings below, i give it 1GB of memory)</p>
<div id="attachment_1018" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress1.jpg"><img class="size-medium wp-image-1018" title="localWordpress1" src="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress1-300x212.jpg" alt="localWordpress1" width="300" height="212" /></a><p class="wp-caption-text">my settings for an IE6 image</p></div>
<p>now you can download your favorite text editor, <a href="http://www.mozilla.com/en-US/firefox/personal.html?from=getfirefox" target="_blank">firefox</a> and all the necessary plugins (like <a href="http://getfirebug.com/" target="_blank">firebug</a>)&#8230; and then download <a href="http://www.apachefriends.org/en/xampp-windows.html#641" target="_blank">xampp</a> (xampp is like setting up IIS on your machine so you can view server-based code locally (like asp and .net &#8212; wordpress is php)</p>
<p>after installing xampp, run it and it&#8217;ll look like this:</p>
<div id="attachment_1019" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress2.jpg"><img class="size-medium wp-image-1019" title="localWordpress2" src="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress2-300x243.jpg" alt="xampp up and running" width="300" height="243" /></a><p class="wp-caption-text">xampp up and running</p></div>
<p>you can make sure you set it up correctly by going to http://localhost/xampp/ &#8212; it&#8217;ll look like below:</p>
<div id="attachment_1020" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress3.jpg"><img class="size-medium wp-image-1020" title="localWordpress3" src="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress3-300x183.jpg" alt="w00t... it's set up!" width="300" height="183" /></a><p class="wp-caption-text">w00t... it&#39;s set up!</p></div>
<p>noooowwww&#8230; grab a copy of <a href="http://wordpress.org/download/" target="_blank">wordpress</a> and unzip it to C:\xampp\htdocs &#8212; if you intend on having multiple projects, unzip the files into a unique folder, like so</p>
<div id="attachment_1022" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress5.jpg"><img class="size-medium wp-image-1022" title="localWordpress5" src="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress5-300x226.jpg" alt="magi, skimonkey, wordpress, and snuggib are four different projects" width="300" height="226" /></a><p class="wp-caption-text">magi, skimonkey, wordpress, and snuggib are four different projects</p></div>
<p>from here, it&#8217;s just like setting up wordpress (without having to ftp the files, of course), but with some minor changes</p>
<p><strong>database setup</strong></p>
<p>go to http://localhost/xampp/ and click the phpMyAdmin link in the left column</p>
<div id="attachment_1023" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress6.jpg"><img class="size-medium wp-image-1023" title="localWordpress6" src="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress6-300x208.jpg" alt="set up the database" width="300" height="208" /></a><p class="wp-caption-text">set up the database</p></div>
<p>in the &#8220;create new database&#8221; field, type in the name of the database and click the &#8220;create&#8221; button</p>
<div id="attachment_1024" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress7.jpg"><img class="size-medium wp-image-1024" title="localWordpress7" src="http://www.gorirrajoe.com/wp-content/uploads/2009/08/localWordpress7-300x150.jpg" alt="name your database" width="300" height="150" /></a><p class="wp-caption-text">name your database</p></div>
<p><strong>update wp-config.php file</strong></p>
<p>jump over to C:\xampp\htdocs\folder_name and rename the wp-config-sample.php file to wp-config.php. update the code block below:</p>
<pre>// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'putyourdbnamehere');

/** MySQL database username */
define('DB_USER', 'usernamehere');

/** MySQL database password */
define('DB_PASSWORD', 'yourpasswordhere');</pre>
<p>1 &#8211; <em>define(&#8216;DB_NAME&#8217;, &#8216;putyourdbnamehere&#8217;); </em>- rename &#8216;<em>putyourdbnamehere&#8217;</em> with whatever your database name is</p>
<p>2 &#8211; <em>define(&#8216;DB_USER&#8217;, &#8216;usernamehere&#8217;);</em> &#8211; rename &#8216;<em>usernamehere&#8217;</em> with &#8216;root&#8217;</p>
<p>3 &#8211; <em>define(&#8216;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;);</em> &#8211; replace <em>&#8216;yourpasswordhere&#8217;</em> with &#8221; (2 single quotes)</p>
<p><strong>install wordpress</strong></p>
<p>save the file and then head over to http://localhost/folder_name/wp-admin/install.php, where you&#8217;ll be greeted with the wordpress setup screen</p>
<p>after typing in your blog name and email address, MAKE NOTE of the username and password it provides for you &#8212; otherwise, you&#8217;ll have to reset that information in the database (ooh another tutorial idea)</p>
<p>ta-da! that should do it, you&#8217;ll be able to get into the admin through http://localhost/folder_name/wp-admin/ and view the site through http://localhost/folder_name/</p>
<p>questions or comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/wordpress-installing-wordpress-locally-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress: creating your own custom theme (part 2)</title>
		<link>http://gorirrajoe.com/wordpress-creating-your-own-custom-theme-part-2/</link>
		<comments>http://gorirrajoe.com/wordpress-creating-your-own-custom-theme-part-2/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:45:08 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=974</guid>
		<description><![CDATA[i feel that i should add a few notes as an addendum to my previous post &#8212; call it the &#8220;companion pack,&#8221; if you will after you modify the &#8220;default&#8221; folder in the &#8220;wp-content\themes&#8221; directory, make a copy of it and rename it to something&#8230; anything&#8230; i found this out the hard way. wordpress just [...]]]></description>
			<content:encoded><![CDATA[<p>i feel that i should add a few notes as an addendum to my previous post &#8212; call it the &#8220;companion pack,&#8221; if you will</p>
<ul>
<li>after you modify the &#8220;default&#8221; folder in the &#8220;wp-content\themes&#8221; directory, make a copy of it and rename it to something&#8230; anything&#8230;
<ul>
<li>i found this out the hard way. wordpress just recently did a string of updates (currently 2.8.2) and every time i&#8217;d do an update, my site would revert back to the default layout</li>
<li>luckily i had all my files locally so i was able to re-upload to the default folder</li>
<li>it only took me 3 upgrades to figure out that i had to rename the folder so that wordpress wouldn&#8217;t overwrite my work</li>
</ul>
</li>
</ul>
<p><span id="more-974"></span><br />
in doing so, a couple changes need to be made:</p>
<p>update the &#8220;style.css&#8221; header info &#8212; by default, it reads this:</p>
<pre>/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous
&lt;a href="http://binarybonsai.com/kubrick/"&gt;Kubrick&lt;/a&gt;.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

 Kubrick v1.5

http://binarybonsai.com/kubrick/

 This theme was designed and built by Michael Heilemann,
 whose blog you will find at http://binarybonsai.com/

 The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php

*/</pre>
<p>i updated my site&#8217;s header to this:</p>
<pre>/*
Theme Name: gorirraJoe
Description: The theme for www.gorirrajoe.com.
Author: Joey Hernandez
*/</pre>
<p>OPTIONAL: if you want, you can create a new &#8220;screenshot.png&#8221; file, sized 300 x 225 (px) &#8212; it could be a screenshot, a logo, or a goatse photo (if you&#8217;re into that)</p>
<p>*upload these files to the server, then go to &#8220;<strong>Appearance &gt; Themes</strong>&#8221;</p>
<p>you&#8217;ll see your new screenshot along with the text that you added to the &#8220;style.css&#8221; file</p>
<div id="attachment_975" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-customTheme3.gif"><img class="size-medium wp-image-975" title="wp-customTheme3" src="http://www.gorirrajoe.com/wp-content/uploads/2009/07/wp-customTheme3-300x173.gif" alt="new theme activated!" width="300" height="173" /></a><p class="wp-caption-text">new theme activated!</p></div>
<p>it&#8217;s a nice little touch, especially if you created the theme for a client.</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/wordpress-creating-your-own-custom-theme-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress: creating your own custom theme</title>
		<link>http://gorirrajoe.com/wordpress-creating-your-own-custom-theme/</link>
		<comments>http://gorirrajoe.com/wordpress-creating-your-own-custom-theme/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:24:45 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pngfix]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gorirrajoe.com/?p=965</guid>
		<description><![CDATA[hot on the heels of my first tutorial, i come back at ya with a new one. i REALLY like using wordpress as a cms &#8212; not only for its ease of customization or its extensive library of useful (mostly) plugins, but for these two huge reasons: ability for the end-user to modify the web [...]]]></description>
			<content:encoded><![CDATA[<p>hot on the heels of my first tutorial, i come back at ya with a new one.</p>
<p>i REALLY like using wordpress as a cms &#8212; not only for its ease of customization or its <a href="http://wordpress.org/extend/plugins/" target="_blank">extensive library</a> of useful (mostly) plugins, but for these two huge reasons:</p>
<ol>
<li> ability for the end-user to modify the web site content without breaking the overall site geography</li>
<li>search engine optimization &#8212; yea i kinda did mention them earlier, but several plugins can work to help your site get spidered like the best of them.</li>
</ol>
<p>so i guess that answers the &#8220;why use wordpress?&#8221; question &#8212; here&#8217;s my method of getting a custom theme setup for wordpress<br />
<span id="more-965"></span>firstly, i&#8217;ll need to assume that you, the reader, knows how to write html/css/php code&#8230; if you don&#8217;t, <a href="http://www.lmgtfy.com/?q=w3+schools" target="_blank">go here</a></p>
<p>i normally start off by creating the site geography (layout) through standard HTML (i still like using *gasp* dreamweaver for this step because it speeds up the whole html/css writing)</p>
<p>when creating the stylesheet, save the file as &#8220;style.css&#8221;</p>
<p>if possible, i try to make the site look as final as possible at this step &#8212; it&#8217;ll make the code portion a whole lot smoother later on</p>
<p>next, download <a href="http://wordpress.org/" target="_blank">wordpress</a> to your local machine and go to the &#8220;wp-content\themes&#8221; directory</p>
<p>go into the &#8220;default&#8221; folder and rename the &#8220;style.css&#8221; file to &#8220;_style.css&#8221; &#8212; you&#8217;ll be keeping this as a backup. there are some things that you might not have remembered to style (such as comments, image alignment, etc.) that you can easily grab from that file.</p>
<p>place a copy of your custom &#8220;style.css&#8221; file into the &#8220;default&#8221; folder</p>
<p>now the part that gets a little tricky&#8230; i&#8217;m starting to now regret wanting to write this&#8230; ha</p>
<p>start with the &#8220;header.php&#8221; file and, with your html mock-up, compare the two to make sure the &lt;head&gt; portion is similar*</p>
<p>*they obviously won&#8217;t be the same, but i meant that you want to port over script code such as the <a href="http://homepage.ntlworld.com/bobosola/index.htm" target="_blank">png fix</a>: (<a href="http://www.gorirrajoe.com/wp-content/uploads/2009/07/pngfix.js" target="_blank">file here</a>)</p>
<pre>&lt;!--[if lt IE 7.]&gt;
&lt;script defer type="text/javascript" src="pngfix.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
<p>or favicons:</p>
<pre>&lt;link rel="shortcut icon" href="&lt;?php bloginfo('stylesheet_directory'); ?&gt;
/images/favicon2.ico" /&gt;</pre>
<p>if the masthead (and perhaps navigation setup) is the same on all pages, i put those into the &#8220;header.php&#8221; file as well (since all pages of the site will be using this file)</p>
<p>next i go to &#8220;footer.php&#8221; &#8212; normally, this won&#8217;t need much modification. maybe some closing &lt;div&gt; tags, copyright info, or even analytics code</p>
<p>next up is the &#8220;sidebar.php&#8221; file &#8212; if the site is a simple site (non-blog), then you probably just want the &#8220;wp_list_pages()&#8221; function:</p>
<p>this is the skiMonkey &#8220;sidebar.php&#8221;:</p>
<pre>&lt;?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */
?&gt;
&lt;div id="nav" role="complementary"&gt;
 &lt;ul&gt;
  &lt;?php wp_list_pages('depth=1&amp;title_li=' ); ?&gt;
 &lt;/ul&gt;
&lt;/div&gt;</pre>
<p>there are a ton of functions within wordpress &#8212; it&#8217;s all a matter of researching what you&#8217;ll need</p>
<p>next, you have the &#8220;content&#8221; pages &#8212; this is the body of the site. the nice part is that once you do one page, the rest of the pages will be easy &#8212; start with &#8220;page.php&#8221; (if you have a non-blog, you&#8217;re pretty much done after this, though i would HIGHLY suggest updating all php files)</p>
<p>again, compare the php and html pages, adding in your &lt;div&gt; tags wherever needed.</p>
<p>if you created and tested your html properly (especially by placing <a href="http://www.lipsum.com/" target="_blank">lorem ipsum</a> code in the main content area, this should be a quick process)</p>
<p>remember, you&#8217;re basically wrapping the content within your &lt;div&gt; tags &#8212; no need to totally remove (just edit) the code that is already in the files.</p>
<p>now the moment of truth &#8212; upload and install wordpress to your server</p>
<p>after installation, you should be able to go to the site and see your newly styled site!</p>
<p>*yes, i do <strong>a lot </strong>of assumptions &#8212; but that&#8217;s where comments come in handy &#8212; if you have any questions, ask and i&#8217;ll try my best to answer!</p>
]]></content:encoded>
			<wfw:commentRss>http://gorirrajoe.com/wordpress-creating-your-own-custom-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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" style="width: 310px"><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" style="width: 310px"><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" style="width: 310px"><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" style="width: 310px"><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" style="width: 310px"><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" style="width: 310px"><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>

