Созданый сайт обновляется каждые 10сек

Статус
Закрыто для дальнейших ответов.

Сергей2

Member
Регистрация
20.05.2013
Сообщения
11
Обновляется сайт на wordpress проблема в созданом шаблоне.другие роботают нормально.
даю код index.php

<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="refresh" content="5; url=http://stroy-master.in.ua/">
<meta name="description" content="описание страницы">
<meta name="keywords" content="ключевые слова через запятую или пробел">
<meta name="site-created" content="29.05.2013г">
<meta name="Reply-to" content="stroy-master@mail.ua">
<link rel="shortcut icon" type="image/x-icon" href="<?php bloginfo('template_url');?>/images/favision.ico" />
<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'); ?>" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
</head>
<body>

<div class="site">
<div class="baner1">
<a href="/" target="_blank"><img src="<?php bloginfo('template_url');?>/images/baner1.gif" /></a>
</div>

<div class="head">
<div class="logo">
</div>
<div class="znak">
<h2><a href="/">Добавить <br />&nbsp;заявку</a></h2>
</div>
<div class="search">
<form class="search-main" action="./" method="get">
<input class="search-txt" type="text" name="s" id="s" value="<?php the_search_query(); ?>" />
</form>
</div>
<div class="vhod">
<ul>
<li><a href="/">Вход</a></li>
<li><a href="/">Регистрация</a></li>
</ul>
</div>
<div class="menu">

<ul>
<?php wp_list_pages('title_li='); ?>
</ul>
</div>
</div>

<div class="conteiner">
<div class="content">
<div class="baner2">
<a href="/" target="_blank"><img src="<?php bloginfo('template_url');?>/images/baner2.gif" /></a>
</div>
<center><div class="menu-zagolovok">
<h1><u><?php the_title(); ?></u></h1>
</div></center>

<?php query_posts($query_string.'&amp;meta_key=опубликовать на главной&amp;meta_value=1'); ?>
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<div class="theme">
<div class="v-theme">
<h3><?php the_title2('', '...', true, '55') ?></h3>
<?php the_excerpt(); ?>
</div>
<div class="pod-theme">
<p>
<a class="data"><?php the_time('G:i'); ?>&nbsp;&nbsp;&nbsp;&nbsp;<?php the_time('j.m.Yг'); ?></a>
<a href="<?php the_permalink(); ?>" class="podrobnee"><i>ПОДРОБНЕЕ</i></a>
<a class="city">Киев</a>
</p>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
<div class="novigatsia">
<?php posts_nav_link(); ?>
</div>
</div>


<div class="sitebar">
<div class="baner3">
<a href="/" target="_blank"><img src="<?php bloginfo('template_url');?>/images/baner3.gif" /></a>
</div>
<div class="baner4">
<a href="/" target="_top"><img src="<?php bloginfo('template_url');?>/images/baner4.gif" /></a>
</div>
<div class="baner5">
<a href="/" target="_self"><img src="<?php bloginfo('template_url');?>/images/baner5.gif" /></a>
</div>
<div class="baner6">
<a href="/" target="_parent"><img src="<?php bloginfo('template_url');?>/images/baner6.gif" /></a>
</div>
</div>

</div>

<div class="footer">
<?php wp_footer(); ?>
</div>
<div class="informer">
<h3><a href="/">Администрация</a></h3>
<p><a href="http://stroy-master.in.ua/wp-login.php">Войти</a></p>
</div>


</div>
</body>
</html>
 
Статус
Закрыто для дальнейших ответов.
Верх Низ