Erik van der Bas
Erik van der Bas
@KingWebsites, I got some time to test this but `post__not_in` does work for me in `pre_get_posts` It might have to do that you are running an additional query which it...
Hi @lnorby , This might have something to do with how you are setting up your menus. if you are using the Timber::get_menu function you could try this: ```php //...
Hmm, looking at the default arguments for wp_page_menu()'s which Timber is using, there are no menu and theme_location arguments. https://developer.wordpress.org/reference/functions/wp_page_menu/ So adding these two parameters to get_pages_menu is not something...
Hi @lnorby , I took another look at this and I think what leads to your error is the following: 1. [the pages menu by wordpress takes a wp_page_menu and...
I ran into this issue myself a few times as well so all in favor of implementing this 👍 We only have to update the testcase it seems in https://github.com/timber/timber/blob/ac9ee1b5db0b9d283a069cedcdfc01899cff5ed6/tests/test-timber-post.php#L13C21-L13C43
@timber/rangers , thoughts on @romainmenke comment?
@rubas , @gchtr , I've merged in 2.x branch to make some tests succeed but there are quite some tests that fail. So I guess we have to update some...
Hi @ecupaio , Would you like to take a shot at this and create a PR for changing the documentation regarding the ACF blocks?
Nice collab going on here @ecupaio and @JacobPrice ! Both more then welcome to contribute and if you need any help along the way, just tag me :)
Hi @ecupaio , thank you for this! I've given some feedback in your pr. Let me know if you need any further assistance.