3 ] ); $col_per_row = [ 'desktop' => '3', 'tablet' => '2', 'mobile' => '1' ]; $args = array( 'post_type' => 'property', 'meta_query' => [ [ 'key' => 'cre_featured', 'value' => '1' ] ], 'posts_per_page' => absint($posts_limit['desktop']), 'no_found_rows' => true, 'ignore_sticky_posts' => true ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : ?>