Wordpress ileti şekillendirme değil

0 Cevap php

Benim statik tüm sayfaları özel bir şablon ile iyi çalışıyor ama nedense mesaj çerçevesinin dışında göstermek.

---------- Sayfa. Php ----------------

<?php
/*
Template Name: Page with Comments
*/
?>
<?php get_header(); ?>


<div id="wrapper">


<div id="wrap">
    <div id="secondWrapper">
        <div id="head">
<div id="header">

<img class="hglogo" src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/headerlogo.png" />
<div id="nav">
<a href="http://www.homegrownboardshop.com/home">
<img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/homebutton.png" />
</a>
<a href="http://www.homegrownboardshop.com/about">
<img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/aboutbutton.png" />
</a>
<a href="http://www.homegrownboardshop.com/team">
<img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/teambutton.png" />
</a>

<img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/storebutton.png" />

</div>
</div>
        </div>

        <div id="bod">
        <div id="content">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div <?php post_class(); ?>>




<div class="postcontent">
<?php the_content(); ?>
</div>


<?php wp_link_pages('before=<div class="pagelist">Pages:&after=</div>&link_before=&link_after=&pagelink=%');?>



</div>
<?php endwhile; ?>

<?php  endif; ?>



<?php get_footer(); ?>

        </div>
        <div id="foot">
            <div id="vendors">
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/confooter.png" />
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/elfooter.png" />
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/infooter.png" />
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/vanfooter.png" />
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/adfooter.png" />


            <p class="info">
            <a href="http://www.homegrownboardshop.com/policies">
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/policiesbutton.png" />
            </a>
            <a href="http://www.homegrownboardshop.com/contact">
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/contactbutton.png" />
            </a>
            </p>
            </div>
        </div>

    </div>
</div>

------------------- Başlık. Php --------------

<!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">
<head profile="http://gmpg.org/xfn/1">
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />

<meta name="designer" content="esmi@quirm.net" />

<link rel="stylesheet" type="text/css" href="http://www.homegrownboardshop.com/wp-content/themes/zenlite/color.css" media="screen" />
<link rel="stylesheet" type="text/css" href="http://www.homegrownboardshop.com/wp-content/themes/zenlite/layout.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="http://www.ithacawebdesigners.com/temp_data/homegrown/wordpress/js/jScrollPane.css" />






<title>
Homegrown
</title>

<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script>  


<script src="http://www.ithacawebdesigners.com/temp_data/homegrown/wordpress/js/jquery.em.js" type="text/javascript"></script> 
<script src="http://www.ithacawebdesigners.com/temp_data/homegrown/wordpress/js/jquery.mousewheel.js" type="text/javascript"></script> 
<script src="http://www.ithacawebdesigners.com/temp_data/homegrown/wordpress/js/jScrollPane.js" type="text/javascript"></script> 














        <script type="text/javascript">

            $(function()
{
    $('#scroll').jScrollPane({showArrows:true,}); 
});

        </script>


</head>

<body>

sitesi burada: http://www.homegrownboardshop.com/

http://www.homegrownboardshop.com/contact (şablon)

Bu kalıcı bağlantılarınız ile bir ilgisi var mı?

0 Cevap