<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Random Post Plugin for Wordpress</title>
	<atom:link href="http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/</link>
	<description>Tech News, Web and Geeky Stuff!</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:33:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Google Tricks</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-144835</link>
		<dc:creator>Google Tricks</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-144835</guid>
		<description>Use the following code in theme directly to use randoem post : &lt;br&gt;&lt;br&gt;&lt;?php&lt;br&gt;$randomPost = $wpdb-&gt;get_var(&quot;SELECT guid FROM $wpdb-&gt;posts WHERE post_type = &#039;post&#039; AND post_status = &#039;publish&#039; ORDER BY rand() LIMIT 1&quot;);&lt;br&gt;echo &#039;&lt;a href=&quot;&#039;.$randomPost.&#039;&quot; rel=&quot;nofollow&quot;&gt;Random Post&lt;/a&gt;&#039;;&lt;br&gt;?&gt;</description>
		<content:encoded><![CDATA[<p>Use the following code in theme directly to use randoem post : </p>
<p>&lt;?php<br />$randomPost = $wpdb-&gt;get_var(&#8220;SELECT guid FROM $wpdb-&gt;posts WHERE post_type = &#39;post&#39; AND post_status = &#39;publish&#39; ORDER BY rand() LIMIT 1&#8243;);<br />echo &#39;<a href="&#39;.$randomPost.&#39;" rel="nofollow">Random Post</a>&#39;;<br />?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Tricks</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-144755</link>
		<dc:creator>Google Tricks</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-144755</guid>
		<description>Use the following code in theme directly to use randoem post : &lt;br&gt;&lt;br&gt;&lt;?php&lt;br&gt;$randomPost = $wpdb-&gt;get_var(&quot;SELECT guid FROM $wpdb-&gt;posts WHERE post_type = &#039;post&#039; AND post_status = &#039;publish&#039; ORDER BY rand() LIMIT 1&quot;);&lt;br&gt;echo &#039;&lt;a href=&quot;&#039;.$randomPost.&#039;&quot; rel=&quot;nofollow&quot;&gt;Random Post&lt;/a&gt;&#039;;&lt;br&gt;?&gt;</description>
		<content:encoded><![CDATA[<p>Use the following code in theme directly to use randoem post : </p>
<p>&lt;?php<br />$randomPost = $wpdb-&gt;get_var(&#8220;SELECT guid FROM $wpdb-&gt;posts WHERE post_type = &#39;post&#39; AND post_status = &#39;publish&#39; ORDER BY rand() LIMIT 1&#8243;);<br />echo &#39;<a href="&#39;.$randomPost.&#39;" rel="nofollow">Random Post</a>&#39;;<br />?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-144084</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-144084</guid>
		<description>Vladi: Well, it worked for me. Better ask this question to the author</description>
		<content:encoded><![CDATA[<p>Vladi: Well, it worked for me. Better ask this question to the author</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olson Mino</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-143188</link>
		<dc:creator>Olson Mino</dc:creator>
		<pubDate>Thu, 30 Apr 2009 21:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-143188</guid>
		<description>is there a demo for this plug in?</description>
		<content:encoded><![CDATA[<p>is there a demo for this plug in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Costalis</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-143067</link>
		<dc:creator>Daniel Costalis</dc:creator>
		<pubDate>Mon, 13 Apr 2009 18:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-143067</guid>
		<description>This download link is down now. This is a dated post! I have created a plugin inspired by this entry, however. It displays ONLY a single random post. There are many other plugins that display multiple random posts, and they can be found on the wordpress plugins page. 

http://wordpress.org/extend/plugins/single-random-post/</description>
		<content:encoded><![CDATA[<p>This download link is down now. This is a dated post! I have created a plugin inspired by this entry, however. It displays ONLY a single random post. There are many other plugins that display multiple random posts, and they can be found on the wordpress plugins page. </p>
<p><a href="http://wordpress.org/extend/plugins/single-random-post/" rel="nofollow">http://wordpress.org/extend/pl.....ndom-post/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Costalis</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-142869</link>
		<dc:creator>Daniel Costalis</dc:creator>
		<pubDate>Mon, 09 Mar 2009 18:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-142869</guid>
		<description>I found your page while looking for a plugin to show just a single random post. The download link and home page were down... so I kept looking. Didn&#039;t find one. So I made one. Scrap this if you consider it spam, but here you go:
http://wordpress.org/extend/plugins/single-random-post/</description>
		<content:encoded><![CDATA[<p>I found your page while looking for a plugin to show just a single random post. The download link and home page were down&#8230; so I kept looking. Didn&#8217;t find one. So I made one. Scrap this if you consider it spam, but here you go:<br />
<a href="http://wordpress.org/extend/plugins/single-random-post/" rel="nofollow">http://wordpress.org/extend/pl.....ndom-post/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfie</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-140550</link>
		<dc:creator>Alfie</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-140550</guid>
		<description>It seems that the download page is down.</description>
		<content:encoded><![CDATA[<p>It seems that the download page is down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ollie</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-138605</link>
		<dc:creator>Ollie</dc:creator>
		<pubDate>Thu, 21 Feb 2008 02:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-138605</guid>
		<description>Thanks it&#039;s very useful! I&#039;ve used it in my blog</description>
		<content:encoded><![CDATA[<p>Thanks it&#8217;s very useful! I&#8217;ve used it in my blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Entradas aleatorias de una categorÃ­a en WordPress &#60; voragine bramante</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-138111</link>
		<dc:creator>Entradas aleatorias de una categorÃ­a en WordPress &#60; voragine bramante</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-138111</guid>
		<description>[...] varios plugins, pero no he conseguido hacer funcionar ninguno. En tech-buzz recomiendan el Random Posts Plugin de Wasabi, pero la pÃ¡gina parece estar caÃ­da. Una pena, que [...]</description>
		<content:encoded><![CDATA[<p>[...] varios plugins, pero no he conseguido hacer funcionar ninguno. En tech-buzz recomiendan el Random Posts Plugin de Wasabi, pero la pÃ¡gina parece estar caÃ­da. Una pena, que [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SluÄajni odabir na linus[ov blog].info</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-137070</link>
		<dc:creator>SluÄajni odabir na linus[ov blog].info</dc:creator>
		<pubDate>Wed, 28 Nov 2007 07:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-137070</guid>
		<description>[...] se direktno odlazi na neki post koji moÅ¾da nije meÄ‘u pet odabranih. Lista se generira pomoÄ‡u Random Post plugin-a, a link kojim se bira neki sluÄajni tekst dobiven je s plugin-om Random [...]</description>
		<content:encoded><![CDATA[<p>[...] se direktno odlazi na neki post koji moÅ¾da nije meÄ‘u pet odabranih. Lista se generira pomoÄ‡u Random Post plugin-a, a link kojim se bira neki sluÄajni tekst dobiven je s plugin-om Random [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Meyer</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-136904</link>
		<dc:creator>Josh Meyer</dc:creator>
		<pubDate>Wed, 21 Nov 2007 22:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-136904</guid>
		<description>This plugin is now here: http://wasabi.pbwiki.com/Random%20Posts%20and%20Random%20Excerpts</description>
		<content:encoded><![CDATA[<p>This plugin is now here: <a href="http://wasabi.pbwiki.com/Random%20Posts%20and%20Random%20Excerpts" rel="nofollow">http://wasabi.pbwiki.com/Rando.....20Excerpts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-136778</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 16 Nov 2007 16:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-136778</guid>
		<description>The download URL is dead, as well as the plugin&#039;s site :  http://www.w-a-s-a-b-i.com/archives/2004/05/27/wordpress-random-posts-plugin/
Where can I find this plugin now ?</description>
		<content:encoded><![CDATA[<p>The download URL is dead, as well as the plugin&#8217;s site :  <a href="http://www.w-a-s-a-b-i.com/archives/2004/05/27/wordpress-random-posts-plugin/" rel="nofollow">http://www.w-a-s-a-b-i.com/arc.....ts-plugin/</a><br />
Where can I find this plugin now ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuvie</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-135284</link>
		<dc:creator>tuvie</dc:creator>
		<pubDate>Sun, 16 Sep 2007 15:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-135284</guid>
		<description>do you know any plugin that display random image of our post instead of the text post?</description>
		<content:encoded><![CDATA[<p>do you know any plugin that display random image of our post instead of the text post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvin</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-54287</link>
		<dc:creator>alvin</dc:creator>
		<pubDate>Fri, 30 Mar 2007 12:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-54287</guid>
		<description>hi there,

im interested in this plugin.  im new to wordpress and have no knowledge of php, very little with html and css.  what file do i need to edit to put that code.  is it the index.php?  and do i just put the code in the end of the file?  

thanks!</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>im interested in this plugin.  im new to wordpress and have no knowledge of php, very little with html and css.  what file do i need to edit to put that code.  is it the index.php?  and do i just put the code in the end of the file?  </p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-3210</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Tue, 10 Oct 2006 15:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-3210</guid>
		<description>Fuad: No Problem, Keep reading TechBuzz</description>
		<content:encoded><![CDATA[<p>Fuad: No Problem, Keep reading TechBuzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuad</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-3205</link>
		<dc:creator>fuad</dc:creator>
		<pubDate>Tue, 10 Oct 2006 14:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-3205</guid>
		<description>Thanx thilak. Your post really benifit me. :)</description>
		<content:encoded><![CDATA[<p>Thanx thilak. Your post really benifit me. <img src='http://tech-buzz.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-2131</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Tue, 12 Sep 2006 02:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-2131</guid>
		<description>Vladi: Well, it worked for me. Better ask this question to the author</description>
		<content:encoded><![CDATA[<p>Vladi: Well, it worked for me. Better ask this question to the author</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladi</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-2126</link>
		<dc:creator>Vladi</dc:creator>
		<pubDate>Mon, 11 Sep 2006 12:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-2126</guid>
		<description>Hi, if I wanna include excerpt in random post - I set the option to value &quot;true&quot; ? Because I tried that and see no excerpt.:(

Any ideas? thanks:)</description>
		<content:encoded><![CDATA[<p>Hi, if I wanna include excerpt in random post &#8211; I set the option to value &#8220;true&#8221; ? Because I tried that and see no excerpt.:(</p>
<p>Any ideas? thanks:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CypherHackz</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-1718</link>
		<dc:creator>CypherHackz</dc:creator>
		<pubDate>Mon, 14 Aug 2006 09:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-1718</guid>
		<description>thanks for the info buddy. this plugin really useful for visitors. thanks again...</description>
		<content:encoded><![CDATA[<p>thanks for the info buddy. this plugin really useful for visitors. thanks again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/comment-page-1/#comment-1716</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Mon, 14 Aug 2006 09:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://tech-buzz.net/2006/08/14/random-post-plugin-for-wordpress/#comment-1716</guid>
		<description>Incase if you want to make your Random Posts look exactly as mine, then add these lines to the end of your style.css

[code lang=&quot;css&quot;]#outerslice {
background: #ffc;
border-bottom: 1px solid #fc0;
margin: 0 0 5px 0;
padding: 4px 0;
text-align: center;
}

#slice {
width: 880px;
margin: 0 auto;
}[/code]

And then Add this line Exactly after &lt; body &gt;, in your header.php
[code lang=&quot;php&quot;]
&lt;div id=&quot;outerslice&quot;&gt;
&lt;div id=&quot;slice&quot;&gt;
&lt;big&gt;
Random Read: &lt;b&gt;&lt; ?php random_posts(1, 0, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, false, false); ?&gt;&lt;/b&gt;
&lt;/big&gt;&lt;/div&gt;
&lt;/div&gt;
[/code]</description>
		<content:encoded><![CDATA[<p>Incase if you want to make your Random Posts look exactly as mine, then add these lines to the end of your style.css</p>
<p>[code lang="css"]#outerslice {<br />
background: #ffc;<br />
border-bottom: 1px solid #fc0;<br />
margin: 0 0 5px 0;<br />
padding: 4px 0;<br />
text-align: center;<br />
}</p>
<p>#slice {<br />
width: 880px;<br />
margin: 0 auto;<br />
}[/code]</p>
<p>And then Add this line Exactly after < body >, in your header.php<br />
[code lang="php"]</p>
<div id="outerslice">
<div id="slice">
<big><br />
Random Read: <b>< ?php random_posts(1, 0, '', '', '', '', false, false); ?></b><br />
</big></div>
</div>
<p>[/code]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
