<?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; My Link Order</title>
	<atom:link href="http://blogsessive.com/tag/my-link-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogsessive.com</link>
	<description>Visit Blogsessive for daily WordPress blogging tips.</description>
	<lastBuildDate>Fri, 16 Dec 2011 08:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</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>With the StudioPress WordPress themes you can really <a href="http://blogsessive.com/go-studiopress/" title="Take Your Blog to a Higher Level" target="ejejcsingle"><strong>take your blog to a higher level</strong></a>!<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>
		<item>
		<title>Keep your blog ordered with WordPress Plugins</title>
		<link>http://blogsessive.com/blogging-tools/keep-your-blog-ordered-with-these-wordpress-plugins/</link>
		<comments>http://blogsessive.com/blogging-tools/keep-your-blog-ordered-with-these-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 19:11:45 +0000</pubDate>
		<dc:creator>Alex, Blogsessive</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[My Category Order]]></category>
		<category><![CDATA[My Link Order]]></category>
		<category><![CDATA[My Page Order]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogsessive.com/blogging-tools/keep-your-blog-ordered-with-these-wordpress-plugins/</guid>
		<description><![CDATA[Even with the latest WordPress release - 2.5 - we still need to make use of plugins to order our pages, categories and links, without having to go through each one and set an order number manually. If we still have to do this, let's do it right.]]></description>
			<content:encoded><![CDATA[<p>Blogsessive recommends WP WebHost for <a href="http://blogsessive.com/go-wpwebhost/" title="WordPress Hosting" target="_blank"><strong>quality WordPress blog hosting</strong></a>!</p><p>Even with the latest WordPress release &#8211; 2.5 &#8211; we still need to make use of plugins to order our pages, categories and links, without having to go through each one and set an order number manually. If we still have to do this, let&#8217;s do it right.</p>
<p><a href="http://geekyweekly.com/" title="Geeky Weekly" target="_blank"><strong>Geeky Weekly</strong></a> is the blog of a 23 year old  self-proclaimed geek, with a BS in Computer Science and extensive expertise in computer technologies and databases. For a while now he has been working on 3 WordPress plugins that he kept constantly updated, with every new release of the blogging platform. The latest versions of his plugins are fully compatible &#8211; claims their author &#8211; with the 2.5 release and are now listed and hosted in the <a href="http://wordpress.org/extend/plugins/" title="WordPress Plugins" target="_blank">&#8220;Plugins&#8221; section of WordPress.org</a>.</p>
<p>So, for your ordering needs, Blogsessive recommends:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/my-link-order/" title="Download My Link Order Plugin" target="_blank">My Link Order</a></li>
<li><a href="http://wordpress.org/extend/plugins/my-page-order/" title="Download My Page Order Plugin" target="_blank">My Page Order</a></li>
<li><a href="http://wordpress.org/extend/plugins/my-category-order/" title="Download My Category Order Plugin" target="_blank">My Category Order</a></li>
</ul>
<p>Also, for more information and update history, visit the dedicated sections on the author&#8217;s blog: <a href="http://geekyweekly.com/mylinkorder" title="My Link Order" target="_blank">My Link Order</a>, <a href="http://geekyweekly.com/mypageorder" title="My Page Order" target="_blank">My Page Order</a> and <a href="http://geekyweekly.com/mycategoryorder" title="My Category Order" target="_blank">My Category Order</a>.</p>
<p>From now on, enjoy your blogging. Everything is &#8220;in order&#8221;.</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=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blogsessive.com/blogging-tools/keep-your-blog-ordered-with-these-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

