es extraño, porque en mi archivo header solo aparece esto en el encabezado:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
else { wp_title('',true); } ?></title>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
y si entrás por el navegador al codigo:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="es-ES">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>Carlos Giaveno | Legislador UCR</title>
<script type="text/javascript" src="http://www.carlosgiaveno.com.ar/wp-content/themes/lady_flower_shop_pee081/script.js"></script>
<link rel="stylesheet" href="http://www.carlosgiaveno.com.ar/wp-content/themes/lady_flower_shop_pee081/style.css" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="http://www.carlosgiaveno.com.ar/wp-content/themes/lady_flower_shop_pee081/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="Canal RSS de Carlos Giaveno | Legislador UCR" href="http://www.carlosgiaveno.com.ar/index.php/feed/" />
<link rel="alternate" type="application/atom+xml" title="Canal Atom de Carlos Giaveno | Legislador UCR" href="http://www.carlosgiaveno.com.ar/index.php/feed/atom/" />
<link rel="pingback" href="http://www.carlosgiaveno.com.ar/xmlrpc.php" />
<link rel='stylesheet' id='contact-form-7-css' href='http://www.carlosgiaveno.com.ar/wp-content/plugins/contact-form-7/styles.css?ver=2.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css' href='http://www.carlosgiaveno.com.ar/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.50' type='text/css' media='all' />
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-includes/js/prototype.js?ver=1.6'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.0'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-includes/js/scriptaculous/effects.js?ver=1.8.0'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-content/plugins/collapsing-categories/collapsFunctions.js?ver=1.5'></script>
<script type='text/javascript' src='http://www.google.com/jsapi?ver=1'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-content/plugins/google-calendar-widget/date.js?ver=alpha-1'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-content/plugins/google-calendar-widget/wiky.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-content/plugins/google-calendar-widget/ko-calendar.js?ver=2.9.1'></script>
<script type='text/javascript' src='http://www.carlosgiaveno.com.ar/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.carlosgiaveno.com.ar/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.carlosgiaveno.com.ar/wp-includes/wlwmanifest.xml" />
<link rel='index' title='Carlos Giaveno | Legislador UCR' href='http://www.carlosgiaveno.com.ar' />
<meta name="generator" content="WordPress 2.9.1" />
<style type='text/css'>
span.collapsCat {
border:0;
padding:0;
margin:0;
cursor:pointer;
}
li.collapsCat a.self {font-weight:bold}
ul.collapsCatList ul.collapsCatList:before {content:'';}
ul.collapsCatList li.collapsCat:before {content:'';}
ul.collapsCatList li.collapsCat {list-style-type:none}
ul.collapsCatList li.collapsCatPost {
margin:0 0 0 2em;}
ul.collapsCatList li.collapsCatPost:before {content: '\00BB \00A0' !important;}
ul.collapsCatList li.collapsCat .sym {
font-size:1.2em;
font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
padding-right:5px;}
</style>
<link type="text/css" rel="stylesheet" href="http://www.carlosgiaveno.com.ar/wp-content/plugins/google-calendar-widget/ko-calendar.css" /></head>
es como que faltan cosas en el header.php que no se donde estan?