Class Div
-
Need help with coding!
website: https://balancestudio.com/page/
page of interest: https://balancestudio.com/page/?page_id=21
‘Getting Started’ page from the drop-down menuThere are two links “Training Agreement” and “Studio Policies” and i wanted to add a Third area where I could upload a different PDF file…
Here is the original coding:
<div class=”full-width clearfix”>
<div id=”buttons” class=”clearfix”>
<?php if (get_field(‘pdf_1’)) { ?>
<div class=”half first”>
“><span class=”icon-file”></span> <?php the_field(‘pdf_1_title’); ?>
</div>
<?php } if (get_field(‘pdf_2’)) { ?>
<div class=”half last”>
“><span class=”icon-file”></span> <?php the_field(‘pdf_2_title’); ?>
</div>
<?php } ?></div>
- The topic ‘Class Div’ is closed to new replies.