• I am juts using a new template and could not find the bug to validate it. I am sure that there are lots of professionals here who can give me some hint. I tracked the problem and found that it could be from the link.php in the wp-includes but I am sure that the files are quality assured and the problem should be some where else. any help would be nice.
    tavakoli.ws/blog

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like your Sidebar template file needs a <ul> in front of the “Favorites” and a </ul> after the last link in the category “Weblogs” and you’ll be all set.

    Thread Starter shahram_77

    (@shahram_77)

    it is not in my side bar. i think it is in the get_links function of WP.

    Probably, in a way, shahram_77. The get_links function adds an
    <li> tagset I believe, which probably is showing up as needing the
    <ul> tagset inserted as per tomhanna.

    I’ve not used that particular theme, but have run across this circumstance in other themes.

    That’s it exactly. You’re supposed to wrap get_links in <ul> tags. Shahram_77, there is no way to know, from looking at your page which function you used or how you used it, so I can’t just say “put <ul> before <?php get_link…..` You need to put it before whatever code you use to generate the list of links.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Validating xhtml for relaxation 3 column’ is closed to new replies.