There are a sufficient number of posts related to the problem of displaying posts with different Statuses. Reactions of developers on this topic 0!
The problem is that only posts with the status Published are displayed.
But what about other types of posts?
But I now need to display posts with custom statuses or even an internal status. I canât display it on approval.
Iâm sorry, probably a stupid question.
Could you elaborate a little more on your comment, please?
And please, can the code not be a screenshot.
Thank you so much
As the documentation states (check the link in my previous comment) you can use this filter to manipulate a query loop (in situations where the Bricks UI does not offer the necessary settings â like the post status).
Put this code into your child themeâs functions.php file or use a code snippets plugin. Replace YOUR_ELEMENT_ID with your query loop elementâs ID and YOUR_CUSTOM_POST_STATUS with the post status you want to query.
I would be very happy if you share any of these with us
There is nothing to fix. The filter works perfectly fine and is sufficiently documented in the academy.
You can always use the Idea Board to submit meaningful ideas: https://bricksbuilder.io/ideas/
This is the first time you are mentioning conditions. This is a different topic than the one you started this topic about where you talked about queries.