Forums
(@jonnyfinlay)
10 years, 7 months ago
Its ok I got it like this
$terms2 = get_the_terms( $post->ID, 'actors' ); if ( $terms2 && !is_wp_error( $terms2 ) ) { foreach ( $terms2 as $term2 ) { $post_info = get_post($term2->term_id);