function cam_standoutdeals_short_grid_shortcode($atts, $content = null) { extract(shortcode_atts(array( 'css_class' => '', 'title' => '', 'description' => '', ), $atts)); $args = array( 'post_type' => 'cam_standoutdeals', 'orderby' => 'ID', 'order' => 'DESC', 'posts_per_page' => 3, 'paged' => false, ); // Adjust for Practice Streams or Sectors if ('cam_practicestreams' == get_post_type()) { $args['meta_query'] = array( array( 'key' => 'cam_stand_out_deal_practice_areas', 'value' => get_the_ID(), 'compare' => 'LIKE', ), ); } elseif ('cam_sectors' == get_post_type()) { $args['meta_query'] = array( array( 'key' => 'cam_stand_out_deal_sector', 'value' => get_the_ID(), 'compare' => 'LIKE', ), ); } $output = ''; $loop = new WP_Query($args); if ($loop->have_posts()) : $output .= '
With the slowdown in the economy and unprecedented business disruption due to Covid 19, several Indian listed companies, which were already heavily leveraged, will soon be looking at avenues for fu...
April 29, 2020