File: /var/www/html/onlineshop/wp-content/themes/nautica/page-templates/contributors.php
<article class="news-box animate-200">
<header class="post-box-header">
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( 'post-thumb' ); ?></a>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<?php get_template_part( 'templates/entry', 'meta' ); ?>
</header>
<section class="post-box-body">
<?php the_excerpt(); ?>
</section>
<footer class="post-box-footer">
<a class="more-btn animate-200 rounded" href="<?php the_permalink(); ?>"><?php echo pll__('Lasīt vairāk'); ?></a>
</footer>
</article>