<?php
/*
Template Name: No Sidebar
*/
?>
<?php
get_header( );
?>
<div class="content">
<div class="main ins">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="title">
<h2><?php the_title(); ?></h2>
<div class="clear"></div>
</div>
<div class="product">
<?php the_content(__('Read more »','cp')); ?>
<?php edit_post_link(__('Edit Page','cp'), '
', '</p>'); ?>
</div>
<?php endwhile; endif; ?>
<div class="clear"></div>
</div>
</div>
<?php get_footer(); ?>

There are currently 1 users browsing this thread. (0 members and 1 guests)