'; $row_status = 'open'; } // Pass the $count parameter to the template part set_query_var( 'count', $count ); set_query_var( 'posts_per_row', $posts_per_row ); get_template_part( 'template-parts/content' ); // Decide when to close a row if( $count == 0 || $posts_per_row == 1 || $count%$posts_per_row == 0 ) { echo '