Converting HTML5 to XHTML

Probably the easiest way to do it is to set the doctype, etc and then use the w3c xhtml validator and just go through one by one and pick off the errors…but that will take A LOT of time, I strongly recommend you leave it as is.

trying to add custom landing page to Twenty Eleven- can’t get rid of Twenty Eleven header/container? [duplicate]

as you seem to be using a page template, you can edit this even more and directly integrate the essential header and footer code into that template; have a look at this example I recently made up: http://pastebin.com/ZiteZrUX <?php /** * Template Name: Blank Page Template * * @package WordPress * @subpackage Twenty_Eleven */ ?> … Read more