HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
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>