Our Articles

'post', 'posts_per_page' => -1, 'post_status' => 'publish' ); $the_query = new WP_Query( $args ); $i = 35; if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); $thumb_id = get_post_thumbnail_id(); $thumb_url_array = wp_get_attachment_image_src($thumb_id, 'thumbnail-size', true); $thumb_url = $thumb_url_array[0]; $excerpt = explode('.',get_the_excerpt()); ?>