If i add <more> (i mean i split the post) the first page isn`t valid xhtml.
without spliting the post the home page is valid xhtml.
what should i do ?
thank you.
If i add <more> (i mean i split the post) the first page isn`t valid xhtml.
without spliting the post the home page is valid xhtml.
what should i do ?
thank you.
From looking at the wordpress codex, I think that's supposed to be <!--more--> rather than <more>.
<!--more--> is an html comment, and shouldn't influence the validity of your html. <more> on the other hand would be an unrecognized tag, which would make your page invalid. Hope that helps.
This topic has been closed to new replies.