homegrade_theme_production/template-blocks/home/home-header/home-header.php

16 lines
255 B
PHP
Executable File

<?php
$home_header = get_field('home_header_datas');
?>
<section class="home-header header_top">
<h1>qsdqsdd</h1>
<div class="home-header__content">
<h1 class="home-header__title">
<?php echo $home_header['title'] ?>
</h1>
</div>
</section>