first commit
This commit is contained in:
13
wp-content/themes/ostal_WP/partials/cta.php
Normal file
13
wp-content/themes/ostal_WP/partials/cta.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<section class="one-col-cta align-left">
|
||||
<div class="wrapper wrapper--inner bg-gray">
|
||||
<!-- <p class="text"> -->
|
||||
<?php the_field('cta_content') ?>
|
||||
<!-- </p> -->
|
||||
|
||||
<div class="cta">
|
||||
<a href="<?php the_field('cta_btn_link') ?>" class="btn btn-primary" role="button">
|
||||
<?php the_field('ctx_btn_txt') ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user