<?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>Minimalist Web Design &#187; Wordpress Tutorial</title>
	<atom:link href="http://www.webminimalist.com/category/wordpress-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webminimalist.com</link>
	<description>Make The Simple Things Simple</description>
	<lastBuildDate>Sat, 10 Jan 2009 05:05:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Archives Page For Your Wordpress Blog</title>
		<link>http://www.webminimalist.com/create-archives-page-for-your-wordpress-blog.htm</link>
		<comments>http://www.webminimalist.com/create-archives-page-for-your-wordpress-blog.htm#comments</comments>
		<pubDate>Mon, 07 Jul 2008 02:10:58 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
				<category><![CDATA[Wordpress Tutorial]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=20</guid>
		<description><![CDATA[1. Open your current Wordpress theme, duplicate the page.php and rename it to archives.php.
2. Add this lines to the very top of code in archives.php:
&#60;?php
/*
Template Name: Archives
*/
?&#62;
3. Edit the &#60;?php the_content(''); ?&#62; to &#60;?php wp_get_archives('arguments'); ?&#62; (if you want other format, please read this).
Remove other unnecessary code to meet with what you need.
4. Publish a New [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. </strong>Open your current Wordpress theme, duplicate the page.php and rename it to archives.php.</p>
<p><strong>2. </strong>Add this lines to the very top of code in archives.php:</p>
<pre>&lt;?php
/*
Template Name: Archives
*/
?&gt;</pre>
<p><strong>3. </strong>Edit the <code><span style="color: #0000ff;">&lt;?php the_content(''); ?&gt;</span> </code>t<code>o <span style="color: #0000ff;">&lt;?php wp_get_archives('arguments'); ?&gt;</span> (if you want other format, please <a href="http://codex.wordpress.org/Template_Tags/wp_get_archives">read this</a>).</code></p>
<p>Remove other unnecessary code to meet with what you need.</p>
<p><strong>4. </strong>Publish a New Page, call it Archives. Change the Page Template from Default Template to Archives.</p>
<p>There are many tutorials about creating Archives Page. I just want to make it simpler and flexible. If you can understand the point here, you can make your Archives Page in any format. You also can create as many as pages you want, not only Archives Page.</p>
<p>I prefer to combine my archives page with <a title="Visit plugin homepage" href="http://www.viper007bond.com/wordpress-plugins/clean-archives-reloaded/">Clean Archives Reloaded</a> plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/create-archives-page-for-your-wordpress-blog.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Page And A Wordpress Blog</title>
		<link>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm</link>
		<comments>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm#comments</comments>
		<pubDate>Thu, 26 Jun 2008 00:23:37 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
				<category><![CDATA[Wordpress Tutorial]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=11</guid>
		<description><![CDATA[This theme is designed based on a iWeb template on my Macbook. And I love it more when it is integrated with Wordpress, make my jobs so much simpler.
The main idea is: make a website with static page on the home page, and set up a blog that has link to the home page, with [...]]]></description>
			<content:encoded><![CDATA[<p>This theme is designed based on a iWeb template on my Macbook. And I love it more when it is integrated with Wordpress, make my jobs so much simpler.</p>
<p>The main idea is: make a website with static page on the home page, and set up a blog that has link to the home page, with only single installation of Wordpress in the root folder/directory.</p>
<p>I duplicate the Page Template / page.php and rename it <em>homepage.php </em> (or <em>home.php</em>, or <em>intro</em>.php, it&#8217;s up to you).  Add this code to the top line:</p>
<pre>&lt;?php
/*
Template Name: Homepage
*/
?&gt;
</pre>
<p>Then I published a page, name it Home, and choose <em>Homepage</em> as the Page Template.<span id="more-11"></span></p>
<p>I also duplicate the <em>index.php</em>, and rename it to <em>blog.php</em>. Then I publised another page called Blog, and choose <em>Blog</em> as the Page Template.</p>
<div class="threadpost col-7">
<div class="post">
<p>In the Setting &#8211; Reading, change the <strong>Front page displays</strong> to <strong>A static page (select below):</strong></p>
<ul>
<li>Front page: Home</li>
<li>Posts page: Blog</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
