File: /home/sinanpasha/ru.sinanpasha.org/wp-content/themes/pulse/template-fullwidth.php
<?php
/*
Template Name: Full-width Page
*/
?>
<?php get_header(); ?>
<div id="main" class="full-width">
<?php while (have_posts()) : the_post(); ?>
<div class="post_header">
<h1 class="title">
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'wpzoom' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h1>
<div class="header_meta">
<?php edit_post_link( __('Edit', 'wpzoom'), '<span>', '</span>'); ?>
</div>
<div class="clear"></div>
</div>
<div class="post">
<div class="entry">
<?php the_content(); ?>
<div class="clear"></div>
<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'wpzoom' ) . '</span>', 'after' => '</div>' ) ); ?>
<div class="clear"></div>
</div><!-- .entry -->
<div class="clear"></div>
<?php if (option::get('comments_page') == 'on') { ?>
<div id="comments">
<?php comments_template(); ?>
</div>
<?php } ?>
<?php endwhile; ?>
</div><!-- .post -->
<div class="clear"></div>
</div>
<?php get_footer(); ?>