the_content();
        ?>
				<?php 
    }
}
wp_reset_postdata();
?>
				<div class="entry-content">

					<section class="archives-search col-8 centered">
						<?php 
get_search_form();
?>
						<?php 
if (function_exists('wolf_top_tags')) {
    echo wp_kses(wolf_top_tags(__('Most used tags : ', 'wolf'), 5), array('div' => array('class' => array()), 'a' => array('href' => array(), 'title' => array())));
}
?>
					</section>

					<?php 
$tags = get_tags(array('orderby' => 'name'));
?>
					<?php 
if ($tags != array()) {
    ?>

					<section class="tag-list">
						<h2>Tags</h2>
						<?php 
    $html = '<ul class="post_tags">';
    ?>
</p>
		<?php 
    get_search_form();
    ?>
		<div class="clear"></div>
		<?php 
    wolf_top_tags(__('Most used tags : ', 'wolf'));
    ?>

		<?php 
} else {
    ?>

		<p><?php 
    _e('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'wolf');
    ?>
</p>
		<?php 
    get_search_form();
    ?>
		<div class="clear"></div>
		<?php 
    wolf_top_tags(__('Most used tags : ', 'wolf'));
    ?>

		<?php 
}
?>
	</div><!-- .page-content -->
</article>