My Link Order Plugin: Validation Error Solution
As you might remember, a while ago I’ve recommended you the plugins developed by GeekyWeekly: My Link Order, My Page Order and My Category Order.
I’d still recommend them to everyone how wants to organize his blog easier and better, even if recently I’ve found out that the My Link Order plugin generates an XHTML validation error, specifically: it creates an ID duplicate for each blog roll category that you add.
The validation error could look like:
ID "mylinkorder" already defined
or
anchor "mylinkorder" already defined
My Link Order Fix
So, how to fix this? Actually it’s pretty simple.
1. Navigate to your plugins folder and open for editing the mylinkorder.php file;
2. Find this line of code:
'category_before' => $before_widget, 'category_after' => $after_widget,
Depending on the plugin version, it should be between lines 180 and 200.
3. Comment the like by adding 2 slashes at the beginning, so the end result would look like:
//'category_before' => $before_widget, 'category_after' => $after_widget,
4. That’s it! Upload the file and enjoy your valid ordered blog.
Keep your blog ordered with WordPress Plugins
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.
Geeky Weekly 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 – claims their author – with the 2.5 release and are now listed and hosted in the “Plugins” section of Wordpress.org.
So, for your ordering needs, Blogsessive recommends:
Also, for more information and update history, visit the dedicated sections on the author’s blog: My Link Order, My Page Order and My Category Order.
From now on, enjoy your blogging. Everything is “in order”.