Comments 10Max started the conversationDecember 19, 2024 at 10:14amHello the team,You already give me the code to display the future posts on the "Post Loop Builder" element but I would also would like to display the future posts on the element called "Blog". I hope you can help me :DThks a lot 1,948Judith repliedDecember 19, 2024 at 11:35amHello Max, Thanks for writing to us. Please allow me to escalate this to the developer so that I can better assist you. I request your patience and understanding in the meantime. Best Regards. 8,996Tahir repliedDecember 19, 2024 at 11:55amHey Again, You can use this query for the Blog Element: add_filter('nectar_blog_query','salient_child_mod_blog_query'); function salient_child_mod_blog_query($query) { $query['post_status'] = ['publish', 'future']; return $query; } Best, ThemeNectar Support Team Sign in to reply ...
Hello the team,
You already give me the code to display the future posts on the "Post Loop Builder" element but I would also would like to display the future posts on the element called "Blog".
I hope you can help me :D
Thks a lot
Hello Max,
Thanks for writing to us.
Please allow me to escalate this to the developer so that I can better assist you.
I request your patience and understanding in the meantime.
Best Regards.
Hey Again,
You can use this query for the Blog Element:
Best,
ThemeNectar Support Team