<?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>Smashing Informatics &#187; sidebar</title>
	<atom:link href="http://smashinginfo.com/tag/sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://smashinginfo.com</link>
	<description>Adobe Photoshop Tutorials – Free Wordpress Themes – Search Engine Optimization</description>
	<lastBuildDate>Mon, 17 Oct 2011 09:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Displaying a random post on your WordPress sidebar</title>
		<link>http://smashinginfo.com/displaying-a-random-post-on-your-wordpress-sidebar/</link>
		<comments>http://smashinginfo.com/displaying-a-random-post-on-your-wordpress-sidebar/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 11:15:21 +0000</pubDate>
		<dc:creator>Smash</dc:creator>
				<category><![CDATA[CSS & XHTML Tutorials]]></category>
		<category><![CDATA[Miscellenous]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://smashinginfo.com/?p=71</guid>
		<description><![CDATA[<p>Displaying a random post on your Wordpress sidebar
simply add this 6 lines code into sidebar.php file of your wordpress theme..!

&lt;?php
query_posts(array(&#8216;orderby&#8217; =&gt; &#8216;rand&#8217;, &#8216;showposts&#8217; =&gt; 1));
if (have_posts()) :
while (have_posts()) : the_post();
the_title();
the_excerpt();
endwhile;
endif; ?&gt;
More :WordPress 2.6 Beta 1 releasedTwo Free WordPress ThemesOnline WordPress Theme Generator8 High Quality Free WordPress ThemesTop 10 Tutorials to Develop your Own WordPress Themes</p>]]></description>
			<content:encoded><![CDATA[<p>Displaying a random post on your Wordpress sidebar
simply add this 6 lines code into sidebar.php file of your wordpress theme..!

&lt;?php
query_posts(array(&#8216;orderby&#8217; =&gt; &#8216;rand&#8217;, &#8216;showposts&#8217; =&gt; 1));
if (have_posts()) :
while (have_posts()) : the_post();
the_title();
the_excerpt();
endwhile;
endif; ?&gt;
More :WordPress 2.6 Beta 1 releasedTwo Free WordPress ThemesOnline WordPress Theme Generator8 High Quality Free WordPress ThemesTop 10 Tutorials to Develop your Own WordPress Themes</p>]]></content:encoded>
			<wfw:commentRss>http://smashinginfo.com/displaying-a-random-post-on-your-wordpress-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

