Advertisement
jegtheme

fix issues

Mar 6th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. $termstring = '';
  2.             $termlist = get_the_category();
  3.             if($termlist) {
  4.                 $termlist = array_values($termlist);
  5.                 $termlist = $termlist[0];
  6.                 $termstring = '<div class="video-category">' . $termlist->name . '</div>';
  7.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement