100, // тоже самое что posts_per_page 'offset' => 0, 'category' => '', 'orderby' => 'post_date', 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'company_team_pages', 'post_mime_type' => '', // image, video, video/mp4 'post_parent' => '', 'post_status' => 'publish' ) ); foreach($posts as $post){ //$output .= $post->ID.'+'; $script = " "; if (strlen(get_post_meta($post->ID, '_company_team_social_ln', true)) > 1 ) { $_company_team_social_ln = ''; } if (strlen(get_post_meta($post->ID, '_company_team_social_fb', true)) > 1 ) { $_company_team_social_fb = ''; } if (strlen(get_post_meta($post->ID, '_company_team_social_vk', true)) > 1 ) { $_company_team_social_vk = ''; } if (strlen(get_post_meta($post->ID, '_company_team_social_gp', true)) > 1 ) { $_company_team_social_gp = ''; } if (strlen(get_post_meta($post->ID, '_company_team_social_tw', true)) > 1 ) { $_company_team_social_tw = ''; } $output .= '
'.get_post_meta($post->ID, '_company_team_description', true).'