introducing portfolio single
This commit is contained in:
parent
68d2281bd8
commit
4e34e68dae
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user