File: /var/www/likoholding/liko-holding.com.ua/wp-content/themes/likoholding/taxonomy-news-category.php
<?php get_header(); ?>
<main role="main">
<!-- section -->
<section>
<h1><?php _e( 'Categories for ', 'html5blank' ); single_cat_title(); ?></h1>
<?php get_template_part('loop'); ?>
<?php get_template_part('pagination'); ?>
<?php
$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); print_r($term);
?>
</section>
<!-- /section -->
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>