4 lines
211 B
PHP
4 lines
211 B
PHP
<div class="page-header" style="background: url('<?php the_field('gallery_header_img') ?>') top left no-repeat; background-size: cover" >
|
|
<div class="page-overlay"></div>
|
|
<h1><?php the_title() ?></h1>
|
|
</div>
|