ENIAROF

The Hydra Monster funfair

test tutorial PC moto tuning

Ici un autre bloc, avec uniquement du texte, possiblement des explications.

<main class="grid">
	<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
		<div class="post project item" id="post-<?php the_ID(); ?>">
			<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
			<div class="content">
				<?php the_post_thumbnail('post-thumbnail', ['class' => 'project-thumbnail', 'title' => get_the_title()]); ?>
			</div>
			<div class="gradient" style="<?= generate_gradient( get_field('colors') ); ?>"></div>
			<div class="title">
				<h2><?= get_the_date("Y"); ?> <?php the_title(); ?></h2>
			</div>
			</a>
		</div>
	<?php endwhile; ?>
	<?php endif; ?>
</main>