Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <h1><?php the_title(); ?></h1>
  2.  
  3. <h1><?php the_title(); ?>
  4. <span>
  5. <?php
  6. if (promo-price exists) {
  7. // 1. Code to get promo price from DB
  8.  
  9. // 2. Code to display text
  10. $price_details = sprintf(' - %s with promo code: %s', $promo_price, $promo_code);
  11. echo $price_details;
  12. }
  13. ?>
  14. </span>
  15. </h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement