$featured_content_id = get_theme_mod( 'laura_featured_content_id' ); $query = new WP_Query( array( 'post_type' => 'post', 'post__in' => array( $featured_content_id ) ) );