'team', 'name' => $params['slug'], 'post_status' => 'publish', //'numberposts' => -1 ); $posts = Timber::get_posts($q); $post = $posts[0]; $quienes = Timber::get_post(1059); $context['quienes'] = $quienes; $context['post'] = $post; Timber::render( $templates, $context );