File: /home/qirgxuo4hkuv/public_html/volzano.com/wp-content/themes/volzano/content-post.php
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'card-post-thumbnail' ); ?>
<div class="ShovaGoItem">
<a class="thumbnail-link" href="<?php the_permalink(); ?>">
<?php the_post_thumbnail( 'card-post-thumbnail' ); ?>
</a>
<div class="entry-overview">
<h2 class="entry-title">
<a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a>
</h2>
</div>
<div class="entry-meta">
<?php the_excerpt(); ?>
<span class="entry-data">
<?php echo ShovaGoViewsSystem(get_the_ID()); ?>
<i class="fa fa-eye"></i>
</span>
<a class="btnmore" href="<?php the_permalink(); ?>">Sigue leyendo</a>
</div>
</div>