views:

43

answers:

0

All of my static pages are running fine with the custom template but for some reason the posts show up outside the frame.

----------page.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"&gt;
<img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/homebutton.png" />
</a>
<a href="http://www.homegrownboardshop.com/about"&gt;
<img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/aboutbutton.png" />
</a>
<a href="http://www.homegrownboardshop.com/team"&gt;
<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"&gt;
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/policiesbutton.png" />
            </a>
            <a href="http://www.homegrownboardshop.com/contact"&gt;
            <img src="http://www.homegrownboardshop.com/wp-content/themes/zenlite/images/contactbutton.png" />
            </a>
            </p>
            </div>
        </div>

    </div>
</div>

-------------------header.php--------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
<html xmlns="http://www.w3.org/1999/xhtml"&gt;
<head profile="http://gmpg.org/xfn/1"&gt;
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />

<meta name="designer" content="[email protected]" />

<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>

the site is here: http://www.homegrownboardshop.com/

http://www.homegrownboardshop.com/contact (template)

does it have something to do with the permalinks?