Fu4ny’s Blogroll Widget

You can ask me, Why I need to install a plugin that Wordpress already have.

But, the Links Widget from Wordpress display your link with non-Valid XHTML 1.0 code.

If you use that Links widget and have more than 2 link categories, go to http://validator.w3.org/ and check your blog link

And, you will get this error

ID X already defined

An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  • Line 704, column 8: ID "links" already defined
    <li id="links" class="widget widget_links"><h2 class="widgettitle">Link</h2>
  • Line 716, column 8: ID "links" already defined
    <li id="links" class="widget widget_links"><h2 class="widgettitle">Xchange Link<

Like me, with more than 2 categories, the id "Links" will be use more than 2 times, which is not allow in XHTML 1.0

So, I make a new plugin called Fu4ny's Blogroll Widget. It will display your link widget like the old Links widget, but will pass the validation check on W3.org.

You should not use this plugin if you

  • Don't want to pass the validation check
  • You don't have more than 2 link categories
  • You don't want to display your link widget
  • You don't have Wordpress. (Just JK :D )

If you want it, Download it here


Copyright by Fu4ny - Gà con tập chíp Read more from this author


PicLens

Tags: , , , |

Related post:

Leave a Reply