introducing portfolio single

This commit is contained in:
Antoine M 2025-01-30 10:41:15 +01:00
parent 68d2281bd8
commit 4e34e68dae

View File

@ -1,10 +1,18 @@
<?php get_header(); ?>
<div class="container">
<p>salut</p>
<h1>salut</h1>
<h1>salut</h1>
<h1>salut</h1>
<?php
$client = get_field('client_name', get_the_ID());
?>
<div class="portfolio-single ">
<div class="portfolio-single__project-content">
<?php the_content(); ?>
</div>
</div>