Ecco il codice della pagina heater.php
Codice HTML:
<!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" xml:lang="en" lang="en">
<head>
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' »'; } ?> <?php bloginfo('name'); //SEO FIX ?></title>
<?php if((is_home() && ($paged < 2 )) || is_single() || is_page()){
echo '<meta name="robots" content="index,follow" />';
} else {
echo '<meta name="robots" content="noindex,follow" />';
} ?>
<meta name="author" content="headsetoptions" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/print.css" media="print" />
<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 //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head>
<body>
<script type="text/javascript">
//<![CDATA[
google_color_border = "0F2133";
google_color_bg = "002E58";
google_color_link = "ffffff";
google_color_url = "8AD9F8";
google_color_text = "E5EFF9";
//]]>
</script>
<!-- alterbanner_728X90_start -->
<div class="alterbanner_728X90_on">
<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>
<!-- alterbanner_728X90_end -->
<div id="view">
<div id="head"><a href="http://www.networkconsole.it"><IMG SRC="http://networkconsole.altervista.org/logomini.jpg">
<div id="main">
</div>
<hr class="hidden" />
<div id="mainMenu">
<ul>
<!-- pages -->
<li class="<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
<li class="fr feed"><a href="<?php bloginfo('rss2_url') ?>" title="Subscribe by RSS">Full RSS</a></li>
<!-- end pages -->
<!-- sub pages -->
<?php global $notfound; ?>
<?php /* Creates a menu for pages beneath the level of the current page */
if (is_page() and ($notfound != '1')) {
$current_page = $post->ID;
while($current_page) {
$page_query = $wpdb->get_row("SELECT ID, post_title, post_status, post_parent FROM $wpdb->posts WHERE ID = '$current_page'");
$current_page = $page_query->post_parent;
}
$parent_id = $page_query->ID;
$parent_title = $page_query->post_title;
if ($wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = '$parent_id' AND post_status != 'attachment'")) { ?>
<li><span>Subpage →</span></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li=&child_of='. $parent_id); ?>
<?php } } ?>
<!-- end sub pages -->
</ul>
</div>
<hr class="hidden" />
<div id="logo">
<a href="<?php echo get_settings('home'); ?>" title="home" class="block"> </a>
<h2><?php bloginfo('description'); ?></h2>
</div>
<!-- /logo with slogan -->
<hr class="hidden" />
</div>
GRAZIE MUSICANAPOLI PER IL TUO AIUTO...