Advertisement
Guest User

php code

a guest
Jan 17th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. <div style='float:left;width:110px;'><strong><?php echo get_the_term_list( $post->ID, 'subtitle', 'Subtitle: </div><div> ', ', ', '' ); ?></strong></div>
  2. <div style='float:left;width:110px;'><strong><?php echo get_the_term_list( $post->ID, 'audio', 'Audio: </div><div> ', ', ', '' ); ?></strong> </div>
  3. <div style='float:left;width:110px;'><strong><?php echo get_the_term_list( $post->ID, 'fansub', 'Fansub: </div><div> ', ', ', '' ); ?>  </strong></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement