<?php 
}
?>

	<div class="center-element">

		<section class="post-content">
			<header class="entry-header">
				<?php 
the_title('<h1 class="entry-title add-animated">', '</h1>');
?>

				<div class="entry-meta">
					<?php 
snowproblem_posted_on();
?>
				</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

			<div class="entry-content">
				<?php 
the_content();
?>
				<?php 
wp_link_pages(array('before' => '<div class="page-links">' . esc_html__('Pages:', 'snowproblem'), 'after' => '</div>'));
?>
			</div><!-- .entry-content -->

			<footer class="entry-footer">
				<?php 
?>
" title="<?php 
print __('Read More', 'snowproblem');
?>
" rel="bookmark"><?php 
the_title('<h1 class="entry-title">', '</h1>');
?>
</a>

			<?php 
if ('post' == get_post_type()) {
    ?>

				<div class="entry-meta">
					<?php 
    snowproblem_posted_on('n/j/y');
    ?>
				</div><!-- .entry-meta -->

			<?php 
}
?>

		</header><!-- .entry-header -->

	</section>
	<!-- Shows the background of the site with the vertical slant as specified. -->
	<div class="background"></div>

</article><!-- #post-## -->