8 lines
408 B
PHP
8 lines
408 B
PHP
<div class="page__header" style="background: url('<?php the_post_thumbnail_url() ?>') top left no-repeat;">
|
||
<div class="page_overlay"></div>
|
||
<h1><?php the_title() ?></h1>
|
||
<h2><?php the_field('page_description')?></h2>
|
||
<?php if(is_page('24')){ ?>
|
||
<button class="btn btn-danger btn-round holiday-header-btn" id="header-btn">Заказать со скидкой от 20%</button>
|
||
<?php } ?>
|
||
</div>
|