Code for wordpress tags causing invalidation

  • Unknown's avatar

    The code for adding WordPress tags to a post is causing invalidation. The problem seems to be that the href value is not within quotes.

    I tried with 3-4 themes, same story.

    Regards,
    Abhijit.

  • Unknown's avatar

    Can you give a specific example of the “tag”?

    Do you mean the bold and italic tags, the category tags, technorati tags or something entirely different?

    Can you also give a link to a page that displays the problem?

    Collin

  • Unknown's avatar

    Which validator are you using?

    What’s the actual error?

    Did you do a search and read this thread already covering this? :)

    Here‘s another one.

  • Unknown's avatar

    The wordpress tags that are created using categories of the post, it is added in the postmetadata. Here is an example:

    <p class="postmetadata">Posted in <a href=http://wordpress.com/tag/blogging/ title="View all posts in blogging" rel="category tag">blogging</a>, <a href=http://wordpress.com/tag/web/ title="View all posts in web" rel="category tag">web</a>

    If you notice, the value of href attribute is not in quotes. I have used the W3C validator.

    drmike: I searched the forums, but this is a different problem. This did not exist before, my guess is this would be happening for all wordpress.com blogs.

    Regards,
    Abhijit.

  • Unknown's avatar

    Staff has stated that the pages are currently not XHTML and that they are working on it. :)

  • Unknown's avatar
  • The topic ‘Code for wordpress tags causing invalidation’ is closed to new replies.