Ciao!
Ti ringrazio per la risposta ma non compare il link che mi hai scritto.
Ti riporto l'intera pagina header che visualizzo.
Mi indicheresti cosa cambiare?
Grazie mille!
Codice PHP:
<!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>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="copyright" content="Copyright <?php echo date('Y'); ?> <?php bloginfo('name'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" />
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" />
<title>
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=468X60/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
</title>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<link href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" rel="stylesheet" media="screen" />
<link href="<?php bloginfo('template_url'); ?>/mystyle.css" type="text/css" rel="stylesheet" media="screen" />
<?php if (strpos ($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) : ?>
<script src="<?php bloginfo('template_url') ?>/scripts/suckerfish.js" type="text/javascript"></script>
<link href="<?php bloginfo('template_url') ?>/ie6.css" type="text/css" rel="stylesheet" media="screen" />
<?php endif ?>
<?php if (strpos ($_SERVER['HTTP_USER_AGENT'], 'MSIE 7')) : ?>
<style>
ul#menu li li li {
padding-left:0;
}
</style>
<?php endif ?>
<?php if (strpos ($_SERVER['HTTP_USER_AGENT'], 'KHTML')) : ?>
<style>
#feeds p {
margin-top:0px;
}
</style>
<?php endif ?>
<?php if ((strpos ($_SERVER['HTTP_USER_AGENT'], 'Presto')) || (strpos ($_SERVER['HTTP_USER_AGENT'], 'MSIE'))) : ?>
<style>
#searchform input#searchsubmit {
height:24px;
}
#feeds p {
padding-top:1px;
}
#feedburner #submit {
height:25px;
}
</style>
<?php endif ?>
</head>
<body>
<div id="wrapper">
<div id="feeds">
<p><a class="rsslink" href="<?php bloginfo('rss2_url'); ?>" title="RSS Feed"><?php _e('Articles','cover-wp') ?></a>
<a class="rsslink" href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('Comments Feed') ?>"><?php _e('Comments','cover-wp') ?></a></p>
</div><!-- /feeds -->
<div id="topbar">
</div><!-- /topbar -->
<div id="header">
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
<div id="headerwidget">
</div>
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
</div><!-- /header -->
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<div id="nav">
<ul id="menu">
<li<?php if(is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&title_li=&number=6'); // There is a limitation of 6 static pages to be displayed in the main navigation menu. Some users have reported this breaking the navigation and some pages not showing up. if this is your case remove &number=6 from the function's arguments or change the number to suite your needs. ?>
</ul><!-- /menu --></div>