Advertisement
Guest User

Untitled

a guest
Jan 6th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2.             if( has_term( 'awesome', 'product_tag',$post->ID ) ) { ?>
  3.              <div id="featured-title">
  4.                <h3><?php echo get_post_meta($post->ID, 'deal-title', true); ?></h3>
  5.              </div><!--end featured-title-->
  6.           <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement