have_posts() && $boxid > 0) : while ($boxquery->have_posts()) : $boxquery->the_post(); $thumbnail_id = get_post_thumbnail_id($post->ID); $alt = get_post_meta($thumbnail_id, '_wp_attachment_image_alt', true); $image = get_the_post_thumbnail_url($post->ID, 'cgym-hub-lite-home-box-size'); $boxtitle = get_the_title($post->ID); $my_postid = $post->ID; $content = cgym_hub_lite_get_excerpt($my_postid, '250'); $url = get_the_permalink($my_postid); $boxvariable[] = array('boxid' => $post->ID, 'boximage' => $image, 'alt' => $alt, 'box_title' => $boxtitle, 'box_content' => $content, 'url' => $url); endwhile; wp_reset_postdata(); endif; ?>