HEX
Server: Apache
System: Linux webd001.cluster127.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: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/themes/movedo/templates/portfolio-grid.php
<?php
/*
*	Template Portfolio Grid
*
* 	@version	1.0
* 	@author		Greatives Team
* 	@URI		http://greatives.eu
*/
?>

<article id="grve-portfolio-item-<?php the_ID(); ?><?php echo uniqid('-'); ?>" <?php post_class( 'grve-portfolio-item grve-isotope-item' ); ?>>
	<div class="grve-isotope-item-inner grve-hover-item grve-hover-style-1 grve-zoom-none">
		<figure class="grve-image-hover grve-media grve-zoom-none">
			<a class="grve-item-url" href="<?php echo esc_url( get_permalink() ); ?>"></a>
			<?php movedo_grve_print_portfolio_image( 'movedo-grve-small-square' ); ?>
			<figcaption></figcaption>
		</figure>
		<div class="grve-content grve-align-center">
			<h3 class="grve-title grve-text-inherit grve-h5"><?php the_title(); ?></h3>
		</div>
	</div>
</article>