if ($metadata['tags'] && has_tag()) {
            ?>
                            <p class="kp-tags">                            
                                <?php 
            the_tags('', ' ');
            ?>
                        
                            </p>
                        <?php 
        }
        ?>

                        <div class="clearfix"></div>

                        <?php 
        $prev_and_next = KopaLayout::get_pre_next_post();
        if ($prev_and_next) {
            ?>
                            <ul class="pager-page list-unstyled clearfix">
                                <?php 
            if (isset($prev_and_next['prev'])) {
                ?>
                                    <li class="prev pull-left"> 
                                        <a class="prev" href="<?php 
                echo $prev_and_next['prev']['url'];
                ?>
">&nbsp;&nbsp;&nbsp;<?php 
                _e('Previous article', kopa_get_domain());
                ?>
</a>                            
                                        <h4 class="post-title"><a href="<?php