5 lines
256 B
PHP
5 lines
256 B
PHP
<div class="quests-headers" style="background: url('<?php the_post_thumbnail_url() ?>') top left no-repeat;background-size: cover">
|
|
<div class="quests-overlay"></div>
|
|
<h1><?php the_title() ?></h1>
|
|
<h2><?php the_field('page_description')?></h2>
|
|
</div>
|