<?php
/**
 * KENTOOZ PAGE LOOP TEMPLATE
**/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
		<h1 class="entry-title single-title clearfix"><?php the_title(); ?></h1>
		<div style="display:none;">
		<?php 
			echo ktz_author_by();
			echo ktz_posted_on();
		?>
		</div>
		<div class="entry-page">
			<?php the_content(); ?>
			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', ktz_theme_textdomain ) . '</span>', 'after' => '</div>' ) ); ?>
		</div>
</article><!-- #post-<?php the_ID(); ?> -->
