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