Цитата |
---|
Валентин пишет:
покажите, что у Вас в файле header.php до открывающего тега <body> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml" dir="ltr" lang="ru-BY">
<head profile="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><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo('name') != "") echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo('name'); if(get_bloginfo('name') != "") echo ': '; single_post_title(); }
else { wp_title('',true); } ?></title>
<script type="text/javascript" src="ibody.by/contein/themes/Pacani_ka4ata/script.js"></script>
<link rel="stylesheet" href="ibody.by/contein/themes/Pacani_ka4ata/style.css" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="ibody.by/contein/themes/Pacani_ka4ata/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="ibody.by/contein/themes/Pacani_ka4ata/style.ie7.css" type="text/css" media="screen" /><![endif]-->
<?php wp_head(); ?>
<link rel="stylesheet" type="text/css" href="ibody.by/contein/themes/Pacani_ka4ata/print.css" media="print" />
</head>
<head>
<?php if (is_home ()){ ?>
<style>
h1 {
font-family: Calibri, Helvetica, sans-serif;
}
</style>
<?php } ?>
<style>
#wmp { position:fixed; bottom:150px; left:0px}
</style>
<!--[if IE]>
<style>
#wmp { position:absolute; bottom:150px; left:0px}
</style>
<![endif]-->
<link rel="stylesheet" type="text/css" href="ibody.by/contein/themes/Pacani_ka4ata/images/box/jquery.fancybox.css">
<script type="text/javascript" src="ibody.by/contein/themes/Pacani_ka4ata/images/box/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="ibody.by/contein/themes/Pacani_ka4ata/images/box/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ibody.by/contein/themes/Pacani_ka4ata/images/box/jquery.fancybox-1.2.1.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("a.first").fancybox();
$("a.two").fancybox();
$("a.video").fancybox({"frameWidth":520,"frameHeight":400});
$("a.content").fancybox({"frameWidth":600,"frameHeight":300});
});
</script>
</head>
<body>