<?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: WordPress Blogroll Ordering &#8211; My Link Order Patch for 2.8</title>
	<atom:link href="http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/</link>
	<description>Web Coding, SEO &#38; Social Media, WordPress, Facebook</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:23:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-606</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-606</guid>
		<description>Actually, it should work no matter which order the two conditional statements are in, at line 683 in taxonomy.php. I tested both orderings and My Link Order worked fine. The *important* thing is to make sure you use the My Link Order widget if your theme uses widgets (as you knew, and I found out!).</description>
		<content:encoded><![CDATA[<p>Actually, it should work no matter which order the two conditional statements are in, at line 683 in taxonomy.php. I tested both orderings and My Link Order worked fine. The *important* thing is to make sure you use the My Link Order widget if your theme uses widgets (as you knew, and I found out!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-603</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-603</guid>
		<description>I figured it out...It&#039;s actually the other way around...

The following code:
else if ( ‘order’ == $orderby )
$orderby = ‘t.term_order’;

Should be placed above this code..;
elseif ( empty($_orderby) &#124;&#124; ‘id’ == $_orderby )
$orderby = ‘t.term_id’;

Starting at 683, it should look like this;
else if ( &#039;order&#039; == $_orderby )
		$orderby = &#039;t.term_order&#039;;
	elseif ( empty($_orderby) &#124;&#124; &#039;id&#039; == $_orderby )
		$orderby = &#039;t.term_id&#039;;</description>
		<content:encoded><![CDATA[<p>I figured it out&#8230;It&#8217;s actually the other way around&#8230;</p>
<p>The following code:<br />
else if ( ‘order’ == $orderby )<br />
$orderby = ‘t.term_order’;</p>
<p>Should be placed above this code..;<br />
elseif ( empty($_orderby) || ‘id’ == $_orderby )<br />
$orderby = ‘t.term_id’;</p>
<p>Starting at 683, it should look like this;<br />
else if ( &#8216;order&#8217; == $_orderby )<br />
		$orderby = &#8216;t.term_order&#8217;;<br />
	elseif ( empty($_orderby) || &#8216;id&#8217; == $_orderby )<br />
		$orderby = &#8216;t.term_id&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-600</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-600</guid>
		<description>this patch isn&#039;t working...

my links still aren&#039;t showing up...</description>
		<content:encoded><![CDATA[<p>this patch isn&#8217;t working&#8230;</p>
<p>my links still aren&#8217;t showing up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-599</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-599</guid>
		<description>Where can I just get the taxonomy.php file for wordpress 2.8.

I accidentally uploaded my old one...</description>
		<content:encoded><![CDATA[<p>Where can I just get the taxonomy.php file for wordpress 2.8.</p>
<p>I accidentally uploaded my old one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-277</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-277</guid>
		<description>I&#039;m not sure what these versions are you&#039;re talking about. Wordpress 2.8 was the version I was discussing and how to patch it so that My Link Order plugin works again.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what these versions are you&#8217;re talking about. WordPress 2.8 was the version I was discussing and how to patch it so that My Link Order plugin works again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chai</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-273</link>
		<dc:creator>chai</dc:creator>
		<pubDate>Fri, 07 Aug 2009 03:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-273</guid>
		<description>really helpfull tutorial :) this will fixed my wordpress 2.8 also thanks for the post broo keep up a good work :)</description>
		<content:encoded><![CDATA[<p>really helpfull tutorial <img src='http://www.hyperarts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  this will fixed my wordpress 2.8 also thanks for the post broo keep up a good work <img src='http://www.hyperarts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShanK</title>
		<link>http://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/comment-page-1/#comment-272</link>
		<dc:creator>ShanK</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperarts.com/blog/?p=477#comment-272</guid>
		<description>I upgraded from 7.1 to 8.3 version, not this plug has messed up my links. Does this patch applies to 8.2 version as well.</description>
		<content:encoded><![CDATA[<p>I upgraded from 7.1 to 8.3 version, not this plug has messed up my links. Does this patch applies to 8.2 version as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
