<?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>Commentaires sur : Plugin SEO Query pour WordPress</title>
	<atom:link href="http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/</link>
	<description>Un blog moitié thug moitié geek</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:49:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Par : Payer en ligne</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-17133</link>
		<dc:creator>Payer en ligne</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-17133</guid>
		<description>Très intéressant ton petit plugin .... mais les robots de google arrivent - ils à prendre en consideration ces nouveaux mots cles de ton post pour encore mieux l&#039;indexer ?? c&#039;est a dire : a chaque fois que quelqun vient sur cet article avec une requete, elle s&#039;ajoute au poids de la page pour un meilleur referencement??</description>
		<content:encoded><![CDATA[<p>Très intéressant ton petit plugin &#8230;. mais les robots de google arrivent &#8211; ils à prendre en consideration ces nouveaux mots cles de ton post pour encore mieux l&#8217;indexer ?? c&#8217;est a dire : a chaque fois que quelqun vient sur cet article avec une requete, elle s&#8217;ajoute au poids de la page pour un meilleur referencement??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : meizitang</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-15764</link>
		<dc:creator>meizitang</dc:creator>
		<pubDate>Mon, 11 Jul 2011 04:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-15764</guid>
		<description>HI, I tried to insert a plug-in, really can play a role in</description>
		<content:encoded><![CDATA[<p>HI, I tried to insert a plug-in, really can play a role in</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-15172</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 23 Jun 2011 12:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-15172</guid>
		<description>Hi it may be possible. Today the plugin use the post&#039;s id to work. I thinks you ca easily fix that for category pages using category&#039;s id.</description>
		<content:encoded><![CDATA[<p>Hi it may be possible. Today the plugin use the post&#8217;s id to work. I thinks you ca easily fix that for category pages using category&#8217;s id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Buph</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-15166</link>
		<dc:creator>Buph</dc:creator>
		<pubDate>Thu, 23 Jun 2011 10:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-15166</guid>
		<description>Hello one more time :)
Is possible that plugin work on category pages? I&#039;ve tried to insert the code on my archive.php but I can&#039;t get it work.</description>
		<content:encoded><![CDATA[<p>Hello one more time <img src='http://www.thugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Is possible that plugin work on category pages? I&#8217;ve tried to insert the code on my archive.php but I can&#8217;t get it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Buph</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-14528</link>
		<dc:creator>Buph</dc:creator>
		<pubDate>Tue, 07 Jun 2011 12:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-14528</guid>
		<description>Thank you very much!  Good and fast support!</description>
		<content:encoded><![CDATA[<p>Thank you very much!  Good and fast support!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-14523</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 07 Jun 2011 09:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-14523</guid>
		<description>Hi Buph, it&#039;s easy to display a message like this, but you must edit the fonction &quot;topphrases&quot; of the plugin (I will do it in the next release). 

Replace this : 

	if (is_single()){
		if ($result){
			foreach ($result as $line){
				echo $line[&#039;query&#039;].&quot;, &quot;;
			}
		}
	}

By

	if (is_single()){
		if ($result){
			foreach ($result as $line){
				echo $line[&#039;query&#039;].&quot;, &quot;;
			}
		}else{
                        echo&quot;Sorry, but at the moment no users have arrived to this page trough search engines&quot;;
                }
	}</description>
		<content:encoded><![CDATA[<p>Hi Buph, it&#8217;s easy to display a message like this, but you must edit the fonction &laquo;&nbsp;topphrases&nbsp;&raquo; of the plugin (I will do it in the next release). </p>
<p>Replace this : </p>
<p>	if (is_single()){<br />
		if ($result){<br />
			foreach ($result as $line){<br />
				echo $line['query'].&nbsp;&raquo;, &laquo;&nbsp;;<br />
			}<br />
		}<br />
	}</p>
<p>By</p>
<p>	if (is_single()){<br />
		if ($result){<br />
			foreach ($result as $line){<br />
				echo $line['query'].&nbsp;&raquo;, &laquo;&nbsp;;<br />
			}<br />
		}else{<br />
                        echo&nbsp;&raquo;Sorry, but at the moment no users have arrived to this page trough search engines&nbsp;&raquo;;<br />
                }<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Buph</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-14522</link>
		<dc:creator>Buph</dc:creator>
		<pubDate>Tue, 07 Jun 2011 09:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-14522</guid>
		<description>Hello.
First sorry, I don&#039;t understand french, and thank you for develop this useful plugin.
I have a question. The plugin works ok on my site, but I would like to know how I can display a message when there aren&#039;t queries. Something like &quot;Sorry, but at the moment no users have arrived to this page trough search engines&quot;.

It&#039;s possible?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
First sorry, I don&#8217;t understand french, and thank you for develop this useful plugin.<br />
I have a question. The plugin works ok on my site, but I would like to know how I can display a message when there aren&#8217;t queries. Something like &laquo;&nbsp;Sorry, but at the moment no users have arrived to this page trough search engines&nbsp;&raquo;.</p>
<p>It&#8217;s possible?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : SEO Expert</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-14220</link>
		<dc:creator>SEO Expert</dc:creator>
		<pubDate>Mon, 30 May 2011 20:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-14220</guid>
		<description>La condition function_exists() a juste pour but d’éviter de générer une erreur php si tu essayes d’appeler le plugin alors qu’il n’est pas installé.</description>
		<content:encoded><![CDATA[<p>La condition function_exists() a juste pour but d’éviter de générer une erreur php si tu essayes d’appeler le plugin alors qu’il n’est pas installé.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : kalamity</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-12735</link>
		<dc:creator>kalamity</dc:creator>
		<pubDate>Fri, 29 Apr 2011 12:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-12735</guid>
		<description>Salut,

Dites moi comment l&#039;adaptes t on pour une utilisation avec des pages svp ?

Jai vu que quelqu&#039;un avait fait des modifs ... merci de diffuser ça serait carrément génial !</description>
		<content:encoded><![CDATA[<p>Salut,</p>
<p>Dites moi comment l&#8217;adaptes t on pour une utilisation avec des pages svp ?</p>
<p>Jai vu que quelqu&#8217;un avait fait des modifs &#8230; merci de diffuser ça serait carrément génial !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : François</title>
		<link>http://www.thugeek.com/web/plugin-seo-query-pour-wordpress/comment-page-1/#comment-12286</link>
		<dc:creator>François</dc:creator>
		<pubDate>Wed, 20 Apr 2011 10:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thugeek.com/?p=898#comment-12286</guid>
		<description>C&#039;est super, je te remercie !
J&#039;ai modifié en ligne 81 sur la version 1.1, et procédé à un nouveau test, tout à fait concluant.

Bravo pour ce plugin et encore merci ;)</description>
		<content:encoded><![CDATA[<p>C&#8217;est super, je te remercie !<br />
J&#8217;ai modifié en ligne 81 sur la version 1.1, et procédé à un nouveau test, tout à fait concluant.</p>
<p>Bravo pour ce plugin et encore merci <img src='http://www.thugeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

