Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. if( has_tag() ) { ?>
  3.  
  4. <!-- Start of tags -->
  5.  
  6. <?php echo get_the_term_list( $post->ID, 'download_tag', 'Tags ', ', ', '' ); ?>
  7.  
  8. <!-- End of tags -->
  9.  
  10. <?php
  11. }
  12. ?>
  13.  
  14. <?php
  15. $var = get_the_term_list( $post->ID, 'download_tag', 'Tags ', ', ', '' );
  16. echo $var;
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement