Guest User

Untitled

a guest
Dec 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php if (get_field('price')) : ?>
  2. <?php
  3. echo '<div class="hot_prop_price">' . get_field('price'); . '</span></div>';
  4. }; ?>
  5. <?php else:
  6. echo '<div class="hot_prop_price old">'. get_field('old_price'); . '</span></div>';
  7. echo '<div class="hot_prop_price">Від<span> ' . get_field('new_price'); . '</span></div>';
  8. ?>
  9. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment