<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogsessive &#187; solution</title>
	<atom:link href="http://blogsessive.com/tag/solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogsessive.com</link>
	<description>Visit Blogsessive for daily WordPress blogging tips.</description>
	<lastBuildDate>Sun, 22 Apr 2012 07:56:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My Link Order Plugin: Validation Error Solution</title>
		<link>http://blogsessive.com/blogging-tools/my-link-order-plugin-validation-error-solution/</link>
		<comments>http://blogsessive.com/blogging-tools/my-link-order-plugin-validation-error-solution/#comments</comments>
		<pubDate>Sat, 10 May 2008 11:29:55 +0000</pubDate>
		<dc:creator>Alex, Blogsessive</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[My Link Order]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blogsessive.com/?p=69</guid>
		<description><![CDATA[My Link Order plugin generates an XHTML validation error, specifically: it creates am ID duplicate for each blog roll category that you add. Here is the solution to fix this problem.]]></description>
			<content:encoded><![CDATA[<p>Do you need <a href="http://blogsessive.com/go-graphicriver/" title="Quality Graphic Design Resources" target="_blank"><strong>quality design resources</strong></a>? Graphic River has them. Tons! And cheap...</p><p>As you might remember, <a title="Keep your blog ordered with WordPress Plugins" href="http://blogsessive.com/blogging-tools/keep-your-blog-ordered-with-these-wordpress-plugins/" target="_blank">a while ago I&#8217;ve recommended</a> you the plugins developed by GeekyWeekly: My Link Order, My Page Order and My Category Order.</p>
<p>I&#8217;d still recommend them to everyone how wants to organize his blog easier and better, even if recently I&#8217;ve found out that the <strong>My Link Order</strong> plugin generates an XHTML validation error, specifically: it creates an ID duplicate for each blog roll category that you add.</p>
<p>The validation error could look like:</p>
<pre>ID "mylinkorder" already defined</pre>
<p>or</p>
<pre>anchor "mylinkorder" already defined</pre>
<h3>My Link Order Fix</h3>
<p>So, how to fix this? Actually it&#8217;s pretty simple.</p>
<p>1. Navigate to your plugins folder and open for editing the <em><strong>mylinkorder.php</strong></em> file;</p>
<p>2. Find this line of code:</p>
<pre>'category_before' =&gt; $before_widget, 'category_after' =&gt; $after_widget,</pre>
<p>Depending on the plugin version, it should be between lines 180 and 200.</p>
<p>3. Comment the like by adding 2 slashes at the beginning, so the end result would look like:</p>
<pre>//'category_before' =&gt; $before_widget, 'category_after' =&gt; $after_widget,</pre>
<p>4. That&#8217;s it! Upload the file and enjoy your valid ordered blog.</p>
<hr /><h3>Free PDF eBook: Corporate Blogging Guide by Blogsessive</h3>As a subscribe reader of Blogsessive, this is my gift to you: a guide to corporate blogging (but not only) that will help you in your blogging adventures! <a href="http://blogsessive.com/wp-content/plugins/download-monitor/download.php?id=8" target="_blank">Download now, for FREE!</a><br /><br /><hr/><div style="background: #eeeeee;">Advertise on Blogsessive! <a href="http://buysellads.com/buy/detail/310/" title="Advertise on Blogsessive">125x125 banners</a> for <strong>$50 per month</strong>!</div>&copy;2008-2010 Copyright by <a href="http://blogsessive.com" title="Blogging tips">Blogsessive - Blogging Tips</a>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please <a href="http://blogsessive.com/contact" title="Contact Blogsessive">contact us</a>, so that we can take legal action immediately.<img src="http://blogsessive.com/?ak_action=api_record_view&id=69&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blogsessive.com/blogging-tools/my-link-order-plugin-validation-error-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

