Advertisement
darrenbachan

Untitled

Jun 17th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php if(is_post_type_archive( 'upcoming-games' )) {
  2.                         $class ='';
  3.                         $consoles_slug = wp_get_object_terms( $post->ID,  'consoles' );
  4.                         foreach ($consoles_slug as $console_slug) {
  5.                         $class .= $console_slug->slug . ' ';
  6.                         } }
  7.                     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement