armanty-quests/parts/contacts/contacts-header.php
2020-11-28 14:21:17 +03:00

5 lines
263 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>