<?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: Avoid rel=&#8221;nofollow&#8221; on wordpress how to</title>
	<atom:link href="http://www.axew3.com/b10g/avoid-rel-nofollow-on-wordpress-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axew3.com/b10g</link>
	<description>axew3 web home</description>
	<lastBuildDate>Mon, 23 May 2011 17:17:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: EddieBlogger</title>
		<link>http://www.axew3.com/b10g/avoid-rel-nofollow-on-wordpress-how-to/comment-page-1/#comment-1691</link>
		<dc:creator>EddieBlogger</dc:creator>
		<pubDate>Fri, 19 Nov 2010 16:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.axew3.com/b10g/#comment-1691</guid>
		<description>Great I just modify my blog, thank you for the information!</description>
		<content:encoded><![CDATA[<p>Great I just modify my blog, thank you for the information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axew3</title>
		<link>http://www.axew3.com/b10g/avoid-rel-nofollow-on-wordpress-how-to/comment-page-1/#comment-1381</link>
		<dc:creator>axew3</dc:creator>
		<pubDate>Thu, 15 Jul 2010 22:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.axew3.com/b10g/#comment-1381</guid>
		<description>&lt;h3&gt;More examples for different scenario on avoiding rel nofollow addition in WordPress posts, pages or comments: authors, contributors ...&lt;/h3&gt;

&lt;strong&gt;instead of:&lt;/strong&gt;
&lt;code&gt;
// START hack to avoid administrators rel=&quot;nofollow&quot;
global $current_user;
if($current_user-&gt;user_level &gt; 9){
return $text;
}&lt;/code&gt;


to &lt;strong&gt;avoid rel nofollow on wordpress for all users, the code that need to be added as indicated for two times in place of the above, are these following two lines of code&lt;/strong&gt; (one is a comment in true)) substituting the above that avoid &lt;em&gt;no nofollow&lt;/em&gt; only for administrators:
function wp_rel_nofollow_callback( $matches ) {
immediately after this line ADD the following code:
&lt;code&gt;// eliminate for all users the rel nofollow addition on wordpress:
return $text;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<h3>More examples for different scenario on avoiding rel nofollow addition in WordPress posts, pages or comments: authors, contributors &#8230;</h3>
<p><strong>instead of:</strong><br />
<code><br />
// START hack to avoid administrators rel="nofollow"<br />
global $current_user;<br />
if($current_user->user_level > 9){<br />
return $text;<br />
}</code></p>
<p>to <strong>avoid rel nofollow on wordpress for all users, the code that need to be added as indicated for two times in place of the above, are these following two lines of code</strong> (one is a comment in true)) substituting the above that avoid <em>no nofollow</em> only for administrators:<br />
function wp_rel_nofollow_callback( $matches ) {<br />
immediately after this line ADD the following code:<br />
<code>// eliminate for all users the rel nofollow addition on wordpress:<br />
return $text;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

