????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/views/
Upload File :
Current File : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/views/content-page.php

<?php 
/*********************************************/
## page detail
/*********************************************/
	global $post;
?>
<article id="entry-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="entry-row">
		<div class="entry-full-center">
			<div class="entry-header">
				<?php 
				if (! is_single()) :
					the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '">', '</a></h2>' );
					
				 else: 
					the_title( '<h2 class="entry-title">', '</h2>' );
					
				endif; ?>
			</div>
			<?php writee_featured_image(get_the_ID(), 'WRT-post-image'); ?>
			
			<div class="entry-content">
				
				<?php the_content();?>
				
			</div>
			<div class="entry-paginated-link"><?php wp_link_pages(); ?></div>
		</div>
	</div>
</article>