add_news_to_custom_ytpe
// WP_Query arguments $args = array( 'post_type' => array( 'Custom Post Types' ), 'post_status' => array( 'publish' ), ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'post_type' => array( 'Custom Post Types' ), 'post_status' => array( 'publish' ), ); // The Query $query = new WP_Query( $args );