get_theme_mod( 'post_read_next_image_orientation', 'landscape-16-9' ), 'image_size' => get_theme_mod( 'post_read_next_image_size', 'csco-thumbnail' ), ); $read_next_posts = get_theme_mod( 'post_read_next_posts', 'after' ); $read_next_post_meta = get_theme_mod( 'post_read_next_meta', array( 'category', 'author', 'date' ) ); $read_next_class = 'cs-read-next__grid'; $limit = 3; $read_next_post_ids = csco_get_read_next_post_ids( $limit, $read_next_posts ); if ( ! empty( $read_next_post_ids ) ) { $args = array( 'post_type' => 'post', 'posts_per_page' => $limit, 'post__in' => $read_next_post_ids, 'orderby' => 'post__in', ); $next_posts_query = new WP_Query( $args ); if ( $next_posts_query->have_posts() ) { ?>