Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if (get_field('price')) : ?>
- <?php
- echo '<div class="hot_prop_price">' . get_field('price'); . '</span></div>';
- }; ?>
- <?php else:
- echo '<div class="hot_prop_price old">'. get_field('old_price'); . '</span></div>';
- echo '<div class="hot_prop_price">Від<span> ' . get_field('new_price'); . '</span></div>';
- ?>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment