default_data()); } //set query args to show specified amount or show all posts from particular category. $post_ids = array(); if(absint($the_business_wp_option['team_cat'])!=''){ array_push($post_ids,absint($the_business_wp_option['team_cat'])); } if(absint($the_business_wp_option['team_cat2'])!=''){ array_push($post_ids,absint($the_business_wp_option['team_cat2'])); } if(absint($the_business_wp_option['team_cat3'])!=''){ array_push($post_ids,absint($the_business_wp_option['team_cat3'])); } if(absint($the_business_wp_option['team_cat4'])!=''){ array_push($post_ids,absint($the_business_wp_option['team_cat4'])); } if(absint($the_business_wp_option['team_cat5'])!=''){ array_push($post_ids,absint($the_business_wp_option['team_cat5'])); } if(absint($the_business_wp_option['team_cat6'])!=''){ array_push($post_ids,absint($the_business_wp_option['team_cat6'])); } $args = array( 'post_type' => 'post' , 'post__in' => $post_ids , 'orderby' => 'post__in', 'order' => 'DESC') ; $loop = array(); if (count($post_ids)!='0'){ $loop = get_posts($args); } $the_business_wp_class = ''; if($the_business_wp_option['team_section_image']!=''){ $the_business_wp_class = 'sectionoverlay'; } ?>

post_title; $text = $my_post->post_content; $thumb_id = get_post_thumbnail_id($my_post->ID); $alt = get_post_meta($thumb_id, '_wp_attachment_image_alt', true); $image = get_the_post_thumbnail_url($my_post->ID, 'full'); $my_link = get_the_permalink($my_post->ID); if($alt==''){ $alt = $my_title; } ?>
'; ?>