в папке с темой найди файл content.php, там найдешь начиная с 20 строки.
<div class="entry-meta">
<?php ta_pluton_posted_on(); ?>
<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages ?>
<?php
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( ', ' );
if ( $categories_list && ta_pluton_categorized_blog() ) :
?>
<span class="cat-links">
<?php printf( __( 'Posted in %1$s', 'ta-pluton' ), $categories_list ); ?>
</span>
<?php endif; // End if categories ?>
<?php endif; // End if 'post' == get_post_type() ?>
<?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'ta-pluton' ), __( '1 Comment', 'ta-pluton' ), __( '% Comments', 'ta-pluton' ) ); ?></span>
<?php endif; ?>
</div><!-- .entry-meta -->