
EvoLve Pro - no-sidebar.php
By: a guest on
Dec 28th, 2012 | syntax:
None | size: 1.56 KB | hits: 24 | expires: Never
<?php
/**
* Template Name: One column - no sidebar
*
* @package EvoLve
* @subpackage Template
*/
get_header();
?>
<!--BEGIN #primary .hfeed-->
<div id="primary" class="hfeed full-width">
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<!--BEGIN .hentry-->
<div id="post-<?php the_ID(); ?>" class="<?php semantic_entries(); ?>">
<h1 class="entry-title"><?php if ( get_the_title() ){ the_title(); }else{ _e( 'Untitled', 'evolve' ); } ?></h1>
<?php if ( current_user_can( 'edit_post', $post->ID ) ): ?>
<?php edit_post_link( __( 'EDIT', 'evolve' ), '<span class="edit-page">', '</span>' ); ?>
<?php endif; ?>
<br /><br />
<!--BEGIN .entry-content .article-->
<div class="entry-content article">
<?php the_content( __('READ MORE »', 'evolve' ) ); ?>
<!--END .entry-content .article-->
<div class="clearfix"></div>
</div>
<!-- Auto Discovery Trackbacks
<?php trackback_rdf(); ?>
-->
<!--END .hentry-->
</div>
<?php $evl_share_this = evl_get_option('evl_share_this','single'); if (($evl_share_this == "all")) {
evolve_sharethis(); } ?>
<?php comments_template( '', true ); ?>
<?php endwhile; endif; ?>
<!--END #primary .hfeed-->
</div>
<?php get_footer(); ?>