Gist test

<?php
$query_args = array(
'foo' => 'bar',
'apple' => 'orange',
'posts_per_page' => 50,
'offset' => 0,
);
$some_posts = new WP_Query( $query_args );
while ( $some_posts->have_posts() ) {
/*
* Do some stuff here
*/
// Get more posts
$query_args['offset'] = $query_args['offset'] + $query_args['posts_per_page'];
$some_posts = new WP_Query( $query_args );
}
view raw gistfile1.aw hosted with ❤ by GitHub

Organizing Team

Eventure is curated by a small team of designers, researchers, and ecologists who believe that technology must serve the planet — not the other way around. Working between Milan, Nairobi, and São Paulo, the team brings together local knowledge and global collaboration to shape a gathering rooted in care, creativity, and systems thinking.
We don’t just program talks — we curate experiences, relationships, and ideas that grow long after the event ends.