= 1 && intval( $columns ) <= 5 ) ? intval( $columns ) : 3; $column = 1; // Set user defined style for content boxes $userstyle = $style; // Create a custom WP Query $page_ids = array(); foreach ( $boxes as $key => $box ) { $box['page'] = ( isset( $box['page'] ) ) ? intval( $box['page'] ) : ''; if ( !empty( $box['page'] ) ) $page_ids[] = $box['page']; } $content_blocks_query = new WP_Query( array( 'post_type' => 'page', 'post__in' => $page_ids, 'posts_per_page' => -1 ) ); // Temporarily remove read more links from excerpts hoot_remove_readmore_link(); ?>