Erik van der Bas

Results 143 comments of Erik van der Bas

PR at https://github.com/timber/starter-theme/pull/118

I've added 2.0 and docs labels since I think this is something we really need to look into. A lot of hard went into the fine folks that worked on...

Thanks @KingWebsites for your report! Really helps to keep the docs consistent!. Pr is now available.

@gchtr , I reverted the parameters to the old ones.

> This looks good to me 👍. > > I’m not a huge fan of adding the `$remove_blocks` flag as an additional parameter, though. But I can’t think of anything...

Hey @JacobPrice , I think this would be a welcome addition but it does needs it's own documentation and tests. Are you willing to provide those as well? We can...

And thank you for this as well! @jarednova , this is your terrain. Is this something you can setup?

Hi @KingWebsites , I think you are not using the default query by querying ``` $context['events'] = Timber::get_posts([ 'post_type' => 'events', 'post_status' => 'publish', 'posts_per_page' => 2, 'post__not_in' => array(19916)...