test
test
// WP_Query arguments $args = array( 'post_type' => array( 'post' ), 'post_status' => array( 'publish' ), 'nopaging' => true, 'order' => 'DESC', 'orderby' => 'date', ); // The Query $query = new WP_Query( $args );
test
// WP_Query arguments $args = array( 'post_type' => array( 'post' ), 'post_status' => array( 'publish' ), 'nopaging' => true, 'order' => 'DESC', 'orderby' => 'date', ); // The Query $query = new WP_Query( $args );