<?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>Commenti a: Advanced Random Post &#8211; WordPress Plugin</title>
	<atom:link href="http://www.danielesalamina.it/advanced-random-post/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danielesalamina.it/advanced-random-post</link>
	<description>Daniele Salamina</description>
	<lastBuildDate>Thu, 22 Dec 2011 11:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Di: Coolestech.com</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14272</link>
		<dc:creator>Coolestech.com</dc:creator>
		<pubDate>Sat, 29 Oct 2011 13:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14272</guid>
		<description>&lt;b&gt;@ Mostafa&lt;/b&gt;:
I&#039;ve found the solution, you must remove this from the code:

if(!$wp_query-&gt;is_home &#124;&#124; $paged &gt; 1 &#124;&#124; $wp_query-&gt;query_vars[&#039;paged&#039;] &gt; 1)
//random post should be only on the front page

		{
			return $posts;
		
		}</description>
		<content:encoded><![CDATA[<span id="co_14272"><p><b>@ Mostafa</b>:<br />
I&#8217;ve found the solution, you must remove this from the code:</p>
<p>if(!$wp_query-&gt;is_home || $paged &gt; 1 || $wp_query-&gt;query_vars['paged'] &gt; 1)<br />
//random post should be only on the front page</p>
<p>		{<br />
			return $posts;</p>
<p>		}</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14235')" /><input type="button" value="Rispondi" onclick="CF_Reply('14272','Coolestech.com');" /><input type="button" value="Quota" onclick="CF_Quote('14272','Coolestech.com');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: Mostafa</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14235</link>
		<dc:creator>Mostafa</dc:creator>
		<pubDate>Mon, 19 Sep 2011 15:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14235</guid>
		<description>Hi! how can I apply this plugin to all pages? (not only homepage)</description>
		<content:encoded><![CDATA[<span id="co_14235"><p>Hi! how can I apply this plugin to all pages? (not only homepage)</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14231')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14235','Mostafa');" /><input type="button" value="Quota" onclick="CF_Quote('14235','Mostafa');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: WordPress eklentileri liste halinde aradÄ±gÄ±nÄ±z tÃ¼m eklentiler &#124; SEVECENOL GRUP</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14231</link>
		<dc:creator>WordPress eklentileri liste halinde aradÄ±gÄ±nÄ±z tÃ¼m eklentiler &#124; SEVECENOL GRUP</dc:creator>
		<pubDate>Thu, 08 Sep 2011 04:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14231</guid>
		<description>[...] Advanced Random Post 0.2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced Random Post 0.2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mostafa Dafer</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14228</link>
		<dc:creator>Mostafa Dafer</dc:creator>
		<pubDate>Sat, 03 Sep 2011 10:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14228</guid>
		<description>I&#039;ve just noticed that it taked the id from the table wp_terms_taxonomy instead of wp_terms... so to all who are having the problem by which wrong categories are grabbed must look into your database in the table wp_terms_taxonomy instead of inserting the category id...

but I have a question, I want to use this plugin on all pages, not only on the homepage, how can I do this?</description>
		<content:encoded><![CDATA[<span id="co_14228"><p>I&#8217;ve just noticed that it taked the id from the table wp_terms_taxonomy instead of wp_terms&#8230; so to all who are having the problem by which wrong categories are grabbed must look into your database in the table wp_terms_taxonomy instead of inserting the category id&#8230;</p>
<p>but I have a question, I want to use this plugin on all pages, not only on the homepage, how can I do this?</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14227')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14231')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14228','Mostafa Dafer');" /><input type="button" value="Quota" onclick="CF_Quote('14228','Mostafa Dafer');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: Mostafa Dafer</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14227</link>
		<dc:creator>Mostafa Dafer</dc:creator>
		<pubDate>Sat, 03 Sep 2011 09:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14227</guid>
		<description>the category id in wordpress 3 has changed to tag_id, and thus the category id in version 2 is broken... could you please fix it...
my problem is that the plugin is taking the wrong tag...</description>
		<content:encoded><![CDATA[<span id="co_14227"><p>the category id in wordpress 3 has changed to tag_id, and thus the category id in version 2 is broken&#8230; could you please fix it&#8230;<br />
my problem is that the plugin is taking the wrong tag&#8230;</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14224')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14228')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14227','Mostafa Dafer');" /><input type="button" value="Quota" onclick="CF_Quote('14227','Mostafa Dafer');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: Luigi</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14224</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Mon, 29 Aug 2011 15:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14224</guid>
		<description>Ottimo plugin, purtroppo pur avendo seguito le istruzioni non riesco ad escludere le categorie... come devo fare? Il sito risiede su Aruba e il Wordpress Ã¨ il 3.05
Grazie
Luigi</description>
		<content:encoded><![CDATA[<span id="co_14224"><p>Ottimo plugin, purtroppo pur avendo seguito le istruzioni non riesco ad escludere le categorie&#8230; come devo fare? Il sito risiede su Aruba e il WordPress Ã¨ il 3.05<br />
Grazie<br />
Luigi</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14210')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14227')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14224','Luigi');" /><input type="button" value="Quota" onclick="CF_Quote('14224','Luigi');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: jack</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14210</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 21 Jul 2011 10:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14210</guid>
		<description>please update this plugin
this plugin not work with wp 3.2.1
and add more count for show after post</description>
		<content:encoded><![CDATA[<span id="co_14210"><p>please update this plugin<br />
this plugin not work with wp 3.2.1<br />
and add more count for show after post</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14201')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14224')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14210','jack');" /><input type="button" value="Quota" onclick="CF_Quote('14210','jack');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: aga</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14201</link>
		<dc:creator>aga</dc:creator>
		<pubDate>Sun, 10 Jul 2011 05:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14201</guid>
		<description></description>
		<content:encoded><![CDATA[<span id="co_14201"><p>Please update it, it’s the best plugin ever but we need a new update that fixes some errors.</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14192')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14210')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14201','aga');" /><input type="button" value="Quota" onclick="CF_Quote('14201','aga');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: Sebastian</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14192</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 29 Jun 2011 11:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14192</guid>
		<description>Hello, 
I have a small problem with your awsome plug-in. The problem is that once I create a menu, a random post will always apear above the links that I have posted on the menu when the menu is on the home page. I would like to make my menus without having them the advanced random post at the begining of each menu. My website is bestonlinedocumentaries.com
Please help me out ! :)
Thank you</description>
		<content:encoded><![CDATA[<span id="co_14192"><p>Hello,<br />
I have a small problem with your awsome plug-in. The problem is that once I create a menu, a random post will always apear above the links that I have posted on the menu when the menu is on the home page. I would like to make my menus without having them the advanced random post at the begining of each menu. My website is bestonlinedocumentaries.com<br />
Please help me out ! <img src='http://www.danielesalamina.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank you</p>
</span><div class="comment-toolbar" style="text-align: right"><input type="button" value="&lt;&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-8960')" /><input type="button" value="&lt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14171')" /><input type="button" value="&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14201')" /><input type="button" value="&gt;&gt;" onclick="javascript:void(document.location.href='http://www.danielesalamina.it/advanced-random-post#comment-14272')" /><input type="button" value="Rispondi" onclick="CF_Reply('14192','Sebastian');" /><input type="button" value="Quota" onclick="CF_Quote('14192','Sebastian');" /></div>]]></content:encoded>
	</item>
	<item>
		<title>Di: WordPress eklentileri liste halinde aradÄ±gÄ±nÄ±z tÃ¼m eklentiler</title>
		<link>http://www.danielesalamina.it/advanced-random-post#comment-14171</link>
		<dc:creator>WordPress eklentileri liste halinde aradÄ±gÄ±nÄ±z tÃ¼m eklentiler</dc:creator>
		<pubDate>Fri, 03 Jun 2011 13:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielesalamina.it/advanced-random-post-wordpress-plugin#comment-14171</guid>
		<description>[...] Advanced Random Post 0.2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced Random Post 0.2 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.danielesalamina.it @ 2012-02-09 09:19:13 -->
