- Impact
- 5
hi guys,
i m stuck and not able to figure out this issues.
I am using three different display layouts for gallery/resources and tutorials on my website.
for some reason the page layout repeats twice on resources and tutorial page, any help appreciated.
http://no_url_shorteners/dhbu67
below is the code.
<?php get_header(); ?>
<div id="content" class="fullspan">
<div class="container_16 clearfix">
<div id="leftcontent" class="grid_12 alpha">
<?php while (have_posts()) : the_post(); ?>
<?php
$layout = get_option('woo_layout');
include('layouts/'.$layout);
?>
<?php endwhile; ?>
<div style="clear:both;height:15px;"></div>
<div>
<h3>Support CSSkid.com</h3>
If you are the owner of the above website, Support us by using the featured on icon. This is our only source of promotion.
<a href="http://www.csskid.com"><img src="http://www.csskid.com/images/featuredlogo.png" width="138" height="88" border="0"></a> </div>
<div id="comments">
<?php comments_template(); ?>
</div>
<div id="postnav">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div><!-- /postnav -->
</div><!-- /leftcontent -->
<?php get_sidebar(); ?>
</div><!-- /container_16 -->
</div><!-- /content -->
<?php get_footer(); ?>
i m stuck and not able to figure out this issues.
I am using three different display layouts for gallery/resources and tutorials on my website.
for some reason the page layout repeats twice on resources and tutorial page, any help appreciated.
http://no_url_shorteners/dhbu67
below is the code.
<?php get_header(); ?>
<div id="content" class="fullspan">
<div class="container_16 clearfix">
<div id="leftcontent" class="grid_12 alpha">
<?php while (have_posts()) : the_post(); ?>
<?php
$layout = get_option('woo_layout');
include('layouts/'.$layout);
?>
<?php endwhile; ?>
<div style="clear:both;height:15px;"></div>
<div>
<h3>Support CSSkid.com</h3>
If you are the owner of the above website, Support us by using the featured on icon. This is our only source of promotion.
<a href="http://www.csskid.com"><img src="http://www.csskid.com/images/featuredlogo.png" width="138" height="88" border="0"></a> </div>
<div id="comments">
<?php comments_template(); ?>
</div>
<div id="postnav">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div><!-- /postnav -->
</div><!-- /leftcontent -->
<?php get_sidebar(); ?>
</div><!-- /container_16 -->
</div><!-- /content -->
<?php get_footer(); ?>







