I'm having trouble with this one, because I'm not sure what to do about it. <ul><?php wp_list_bookmarks(); ?> </ul> Code (markup): What exactly is this code used for? Do I need it? It is giving me this error in the validation service: Of course, this is a Wordpress blog we are dealing with. I have no idea what the function does, so I don't know what to do with it. Any suggestions?
Yes I got a suggestion: post the code that that php line actually generates in html We can't see much right now.
Thanks for a fast response, here is the link: http://validator.w3.org/check?uri=http://guitarfact.com I have already posted the php side of thing in the code block.
I think its because you have added a list in another list without closing.. <li> <ul> <li></li> </ul> </li> This is not correct.