Soldato
- Joined
- 7 Jan 2007
- Posts
- 10,607
- Location
- Sussex, UK
adding in custom pages to wordpress and have come up with this code, but I'm a newb... so does it have any errors in which would make google cry?
PHP:
<head>
<!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" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PAGE TITLE</title>
<meta name="robots" content="noodp, noydir" />
<meta name="description" content="PUT DESCRIPTION HERE" />
<meta name="keywords" content="PLACE, KEYWORDS, HERE" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom/layout.css" type="text/css" media="screen, projection" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://******.co.uk/wp-content/themes/thesis_18/lib/css/ie.css?101610-151120" type="text/css" media="screen, projection" /><![endif]-->
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom/custom.css" type="text/css" media="screen, projection" />
<script type='text/javascript' src='http://******.co.uk/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://l*******.co.uk/wp-includes/js/comment-reply.js?ver=20090102'></script>
</head>
<body>
INSERT HTML STUFFS HERE
</body>
</html>
Last edited: