File: /home/dermova/public_html/me/wp-content/themes/DERMOVIVA WP THEME AR/taxonomy.php
<?php get_header(); ?>
<br class="breakline"/>
</div><!-- header -->
<div id="content">
<div class="mainholder01">
<div class="contentholder txtclrblack bgwhite">
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<p> </p>
<?php the_content(); ?>
<?php endwhile; ?>
<?php else: ?>
<p>Sorry</p>
<?php endif; ?>
<br class="breakline">
</div><!-- contentholder -->
</div><!-- maincontainer -->
</div><!-- content -->
<div id="pgscroller">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x fa-5x" aria-hidden="true"></i>
<i class="fa fa-angle-down fa-stack-1x fa-2x" aria-hidden="true"></i>
</span>
</div>
<?php get_footer(); ?>
<!-- TAXONOMY -->