Всем спасибо. Нашел. Фаил с этим кодом удалось найти в папке темы/inc/loop.php удалил полность весль элемент:
<div class="widget">
<h3 class="section-title-sm"><?php _e( 'In this section', 'graphene' ); ?></h3>
<div class="list-group page-navigation">
<a class="list-group-item parent <?php if ( $parent == $current ) echo 'active'; ?>" href="<?php echo esc_url( get_permalink( $parent ) ); ?>"><?php echo get_the_title( $parent ); ?></a>
<?php while ( $children->have_posts() ) : $children->the_post(); ?>
<a class="list-group-item <?php if ( get_the_ID() == $current ) echo 'active'; ?>" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<?php endwhile; ?>
</div>
</div>
Тема закрыта.