omega
April 29, 2022, 4:23am
1
Hello. What are the possible enhancements you feel can be done to Query Loop?
Allow for custom wp query loop. I can paste my php code and it makes the query.
Woocommerce Filter
Manipulate Query. Let’s say I want to put an advertisement after nth number of post. So an option to add such content to the query.
5 Likes
+1 for manual PHP WP query; it would be very convenient to reuse stuff across sites
1 Like
You can use the current filters to add manual queries…
May 14, 2022 / 0 comments / Favorite Adding any Custom WP_Query loop to Bricks’ Query Loop David Browne Categories: Bricks , Free Tags: Query Loop , WP_Qu
2 Likes
I love the show content after nth post, that would be a great thing to add!
2 Likes
omega
August 12, 2022, 8:22am
5
What about adding a dynamic data picker (bolt) in the query loop options? It can satisfiy the edge cases of filtering specific loop items via php dynamic data function?
I love the show content after nth post
It would be nice If you Alternative template feature in query loop
Maexxx
July 11, 2025, 5:37pm
8
That would easily be possible with max freedom with a query loop element, which does not need a single root element
Background
Create an event listing with dynamically added month dividers ?
Create a post list grouped by publish year and month
For these cases nested query loops with custom PHP is needed, while pagination e.g. show 12 posts per page won’t work with multiple loops. A simple query loop sorted by date and conditinally enabling the heading would (almost) satisfy the same requests in an easy to understand and efficient way.
Proposal
Provide a loopable wrapper element with no code output. It sol…