Jump to content

wordpress validation


akurtula

Recommended Posts

hi

 

i am trying to design a wordpress blog using the naked theme from eliot j stock, though due to my styling and personal work style i had to add, remove or edit the divs and so on,

 

anyway, i tried to validate the html and it is giving me around 80 error messages (some warnings),

 

when i check my code, all the error sections are generated from the includes i.e. <?php wp_head(); ?>

 

my question is, should i be trying to modify these includes, or are these errors "normal" in this case

 

the only reason i remembered to validate the document, was when i tried to use some inline jquery and was giving me the error of

" $ is not defined" which i thought was because of my html work as - $(document).ready(function(){} used to always work when i use the reference from the google library.

 

thanks a lot

Link to comment
Share on other sites

  • 2 weeks later...

they are all more or less things like this

 

Line 392, Column 7: Premature end of data in tag p line 104

 

</html>

 

all say that there is mismatch on the ending tags - but for the things that i have entered and modified there are no errors - on the html that is generated from wp_bla();

 

 

ps - sorry for late reply

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...