HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/themes/rey/template-parts/post/thumbnail.php
<?php

// Post Thumbnail
if ( rey__can_show_post_thumbnail() ): ?>
	<figure class="rey-postMedia rey-postThumbnail">
		<?php if ( is_singular() ) : ?>
			<?php the_post_thumbnail( rey__the_post_thumbnail_size() ); ?>
		<?php else : ?>
		<a class="rey-postThumbnail-inner" href="<?php the_permalink(); ?>" aria-hidden="true" tabindex="-1">
			<?php the_post_thumbnail( rey__the_post_thumbnail_size() ); ?>
		</a>
		<?php endif; ?>
		<?php rey__categoriesList(); ?>
	</figure>
<?php endif; ?>