Ho notato un altro problema:
nel file header.php ho questo codice:
Quote:
<!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" xml:lang="it" lang="it" dir="ltr">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title(); ?> » <?php bloginfo(’name’); ?></title>
<meta name="DC.Title" content="Guida blog alla tua vacanza in puglia" />
<?php wp_head(); ?>
<meta name="keywords" content="agriturismo, masseria,bed and breakfast, puglia" />
<meta name="Owner" content="Agriturismo in puglia" />
<meta name="Copyright" content="2007, Agriturismo in puglia" />
<meta name="Reply-to" content="phpisti@gmail.com" />
<meta name="Author" content="Emanuele Rosato, agriturismo in puglia" />
<meta name="Classification" content="Communications" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
|
Se perņ guardo html del blog mi restituisce questo codice :
Quote:
<!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" xml:lang="it" lang="it" dir="ltr">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> » Agriturismo in puglia</title>
<meta name="DC.Title" content="Guida blog alla tua vacanza in puglia" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.agriturismoinpuglia.org/xmlrpc.php?rsd" />
<!--Start Enlarger js Include-->
<script type="text/javascript" src="http://www.agriturismoinpuglia.org/wp-content/plugins/enlarger/enlarger.js"></script>
<!--End Enlarger-->
<meta name="description" content="Agriturismoinpuglia.org: la guida alla tua vacanza per gli agriturismi della puglia." />
<link rel="stylesheet" type="text/css" media="screen" href="http://www.agriturismoinpuglia.org/wp-content/plugins/social-bookmarks-reloaded/social_bookmarks.css" />
<style type="text/css" media="screen">
/* Begin Contact Form CSS */
.contactform {
position: static;
overflow: hidden;
}
.contactleft {
width: 25%;
text-align: right;
clear: both;
float: left;
display: inline;
padding: 4px;
margin: 5px 0;
}
.contactright {
width: 70%;
text-align: left;
float: right;
display: inline;
padding: 4px;
margin: 5px 0;
}
.contacterror {
border: 1px solid #ff0000;
}
/* End Contact Form CSS */
</style>
<meta name="keywords" content="agriturismo, masseria,bed and breakfast, puglia" />
<meta name="Owner" content="Agriturismo in puglia" />
<meta name="Copyright" content="2007, Agriturismo in puglia" />
<meta name="Reply-to" content="phpisti@gmail.com" />
<meta name="Author" content="Emanuele Rosato, agriturismo in puglia" />
<meta name="Classification" content="Communications" />
<meta name="generator" content="WordPress 2.1.2" />
<link rel="stylesheet" href="http://www.agriturismoinpuglia.org/wp-content/themes/gray2/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.agriturismoinpuglia.org/feed/" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.agriturismoinpuglia.org/feed/rss/" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.agriturismoinpuglia.org/feed/atom/" />
<link rel="pingback" href="http://www.agriturismoinpuglia.org/xmlrpc.php" />
<link rel='archives' title='Aprile 2007' href='http://www.agriturismoinpuglia.org/date/2007/04/' />
<link rel='archives' title='Marzo 2007' href='http://www.agriturismoinpuglia.org/date/2007/03/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.agriturismoinpuglia.org/xmlrpc.php?rsd" />
<!--Start Enlarger js Include-->
<script type="text/javascript" src="http://www.agriturismoinpuglia.org/wp-content/plugins/enlarger/enlarger.js"></script>
<!--End Enlarger-->
<meta name="description" content="Agriturismoinpuglia.org: la guida alla tua vacanza per gli agriturismi della puglia." />
<link rel="stylesheet" type="text/css" media="screen" href="http://www.agriturismoinpuglia.org/wp-content/plugins/social-bookmarks-reloaded/social_bookmarks.css" />
<style type="text/css" media="screen">
/* Begin Contact Form CSS */
.contactform {
position: static;
overflow: hidden;
}
.contactleft {
width: 25%;
text-align: right;
clear: both;
float: left;
display: inline;
padding: 4px;
margin: 5px 0;
}
.contactright {
width: 70%;
text-align: left;
float: right;
display: inline;
padding: 4px;
margin: 5px 0;
}
.contacterror {
border: 1px solid #ff0000;
}
/* End Contact Form CSS */
</style>
</head>
|
Tutto duplicato.
Cosa č?
Edit: Scusate risolto era un plugin che rompeva.