Your IP : 216.73.216.240


Current Path : /home/s/u/n/sunflowe/www2/disneyexplorer/wp-content/themes/wide/templates/
Upload File :
Current File : /home/s/u/n/sunflowe/www2/disneyexplorer/wp-content/themes/wide/templates/tag.php

<div class="entry-footer clearfix">
    <div class="tags-link-wrap pull-left">
        <?php if (has_tag()) { ?>
            <div class="tags-wrap">
                <span><?php echo esc_html__("Tags: ",'wide')?></span>
                <span class="tags">
                    <?php the_tags(' ', '', ' '); ?>
                </span>
            </div>
        <?php } ?>
    </div>
    <div class="comment-text pull-right">
       <?php
             get_template_part('templates/share');
       ?>
    </div>
</div>