Thanks!
Problem solved.
As a suggestion, please, add the meta “Categories” for the blog. I had to enter it manually every update adding this piece of code in the inc/template-tags.php:
$category_list = get_the_category_list(‘, ‘);
?>
<li class=”categories-meta”>
<div class=”genericon genericon-category”></div>
<span class=”screen-reader-text”><?php _e( ‘Category’, ‘writr’ ); ?></span>
<?php echo $category_list; ?>
<?php
And welcome to my blog.
Thanks again.