WP_Query Generator October 11, 2021 Public patricio 1393 Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Uno // WP_Query arguments $args = array( 'post_type' => array( 'fibra' ), ); // The Query $query = new WP_Query( $args );