armanty-quests/parts/contacts/contacts-header.php
2021-04-09 13:23:20 +05:00

5 lines
264 B
PHP

<div class="page__header" style="background: url('<?php the_field('contacts_header_photo') ?>') top left no-repeat; background-size: cover" >
<div class="page-overlay"></div>
<h1><?php the_title() ?></h1>
<h2><?php the_field('page_description')?></h2>
</div>