/ Published in: XHTML
This is the standard template to use in your header.php (WordPress).
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> </head> <body>
Comments
Subscribe to comments
You need to login to post a comment.

It's Missing
It's missing what?
It needs to come before
Hmm i don't know how to post code here, i write the code but it vanishes when i post
it needs to have wp_head(); before
http://codex.wordpress.org/FunctionReference/wphead