<?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>WordPress Magazine Themes &#187; home-page</title>
	<atom:link href="http://www.wp-magazine.com/tag/home-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-magazine.com</link>
	<description>Premium WordPress Magazine Themes from Solostream</description>
	<lastBuildDate>Thu, 01 Jul 2010 15:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Make Your Featured Articles Scroll Automatically</title>
		<link>http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/</link>
		<comments>http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 16:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[featured-articles]]></category>
		<category><![CDATA[glider]]></category>
		<category><![CDATA[home-page]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/</guid>
		<description><![CDATA[Several people have requested an "auto-scroll" feature for the Featured Articles section, so here it is.]]></description>
			<content:encoded><![CDATA[<p>Several people have requested an &#8220;auto-scroll&#8221; feature for the Featured Articles section, so here it is.</p>
<p><span id="more-121"></span></p>
<p>To get a better idea what I mean by &#8220;auto-scroll,&#8221; simply look at the home page of this site. You&#8217;ll notice the featured articles scroll automatically form one to the next. If you&#8217;d like to implement this feature on your site, it&#8217;s pretty simple.</p>
<p>First, open your Featured Articles template. To find the Featured Articles template, click the Presentation link on your WordPress control panel, then click Theme Editor. From the list of files on the right, select &#8220;Feature Articles on Home Page.&#8221;</p>
<p>On the following page, scroll to the bottom, and find this block of code:</p>
<p><code>&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;<br />
&nbsp;&nbsp;var my_glider = new Glider(&#039;my-glider&#039;, {duration:0.5});<br />
&lt;/script&gt;</code></p>
<p>Change it to this:</p>
<p><code>&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;<br />
&nbsp;&nbsp;var my_glider = new Glider(&#039;my-glider&#039;, {duration:0.5, autoGlide:true, frequency:8});<br />
&lt;/script&gt;</code></p>
<p>You can adjust the time period between article rotations by changing the &#8220;8&#8243; in the above code.</p>
<p>And that&#8217;s it.</p>
<img src="http://www.wp-magazine.com/?ak_action=api_record_view&id=121&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-magazine.com/2008/01/how-to-make-your-featured-articles-scroll-automatically/feed/</wfw:commentRss>
		<slash:comments>103</slash:comments>
		</item>
		<item>
		<title>How to Use a Different Home Page, Archive Page or Single Post Page Layout for Your Site</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-use-a-different-home-page-or-archive-page-layout-for-your-site/</link>
		<comments>http://www.wp-magazine.com/2007/12/how-to-use-a-different-home-page-or-archive-page-layout-for-your-site/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 20:45:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[archive-page]]></category>
		<category><![CDATA[home-page]]></category>
		<category><![CDATA[single-post-page]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-use-a-different-home-page-or-archive-page-layout-for-your-site/</guid>
		<description><![CDATA[WP-Magazine Theme gives you 5 different home page layouts and 4 different archive page layouts options. I'll show you how easy it is to switch from one to the other.]]></description>
			<content:encoded><![CDATA[<p>If you look at this site&#8217;s home page, it uses the default home page layout. You, however, may not like that layout for your own site. So, I gave you 4 other options:</p>
<ul>
<li><a href="http://www.wp-magazine.com/about/home-page-2/">Home page option 2</a> &#8211; This was my original 2-column layout that uses image thumbnails for each post.</li>
<li><a href="http://www.wp-magazine.com/about/home-page-3/">Home page option 3</a> &#8211; This is a 3-column layout without image thumbnails. It looks more like a traditional blog</li>
<li><a href="http://www.wp-magazine.com/about/home-page-4/">Home page option 4</a> &#8211; Another 2-column layout that looks more like a traditional blog.</li>
<li><a href="http://www.wp-magazine.com/about/home-page-5/">Home page option 5</a> &#8211; And last but not least, a 2-column layout that uses image thumbnails and places posts side-by-side.</li>
</ul>
<p>To change your home page layout is a breeze.</p>
<p><span id="more-115"></span></p>
<h3>Step 1 &#8211; Login to Your WordPress Site Via FTP, and Find Your Index Page Templates</h3>
<p><a href='http://www.wp-magazine.com/wp-content/uploads/2007/12/ftpscreen.gif' title='ftpscreen.gif'><img class="alignright" src='http://www.wp-magazine.com/wp-content/uploads/2007/12/ftpscreen.thumbnail.gif' alt='ftpscreen.gif' /></a>In your theme folder, you will find 5 different index page templates. There are named index.php, index2.php, index3.php, index4.php and index5.php. Click the image to the right to enlarge.</p>
<h3>Step 2 &#8211; Change the File Names to Reflect Your Chosen Home Page Layout</h3>
<p>To select a new home page layout, first, change the index.php file to index1.php. Then, change the filename of your chosen home page layout to index.php. Refresh your browser, and you should see the new home page layout.</p>
<h3>To Change Your Archive Page Layout, Follow the Same Steps Above</h3>
<p>There are 4 different archive page layouts.</p>
<ul>
<li><a href="http://www.wp-magazine.com/2007/">Archive page option 1</a> &#8211; This is the one currently active on the site.</li>
<li><a href="/images/archive2.jpg" target="blank">Archive page option 2</a> &#8211; Click the link to see a screenshot.</li>
<li><a href="/images/archive3.jpg" target="blank">Archive page option 3</a> &#8211; Click the link to see a screenshot.</li>
<li><a href="/images/archive4.jpg" target="blank">Archive page option 4</a> &#8211; Click the link to see a screenshot.</li>
</ul>
<p>The filename for your archive page templates are archive.php, archive2.php, archive3.php and archive4.php. To use a different archive page layout, just change archive.php to archive1.php, and change your chosen archive page layout to archive.php.</p>
<h3>To Change Your Single Post Page Layout, Follow the Same Steps Above</h3>
<p>There is the standard 2-column single post page with the filename single.php. Then you also have a <a href="/images/single2.jpg" target="blank">3-column version of the single post page</a> which has a filename single2.php.</p>
<p>To use the 3-column version, simply rename single.php to single1.php. Then rename single2.php to single.php.</p>
<p>How simple is that?</p>
<img src="http://www.wp-magazine.com/?ak_action=api_record_view&id=115&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-magazine.com/2007/12/how-to-use-a-different-home-page-or-archive-page-layout-for-your-site/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>
