ID, 'categories' );
if ( $terms && ! is_wp_error( $terms ) ) :
$term_name = array();
foreach ( $terms as $term ) {
$term_name[] = $term->name;
}
endif;
?>
';
the_post_thumbnail('large');
echo '';} ?>
4, 'offset'=> 0, 'post_type' => 'portfolio' );
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>
-