<?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; glider</title>
	<atom:link href="http://www.wp-magazine.com/tag/glider/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>
	</channel>
</rss>
