absint($business_insights_testimonial_number), 'orderby' => 'post__in', 'post_type' => 'page', 'post__in' => $business_insights_testimonial_page_list_array, ); return $qargs; break; case 'from-category': $business_insights_testimonial_category = absint(business_insights_get_option('select_category_for_testimonial')); $qargs = array( 'posts_per_page' => absint($business_insights_testimonial_number), 'post_type' => 'post', 'cat' => $business_insights_testimonial_category, ); return $qargs; break; default: break; } ?>