armanty-quests/parts/page-header.php
2021-04-09 13:23:20 +05:00

8 lines
408 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>