Possible Query Loop Enhancements

Hello. What are the possible enhancements you feel can be done to Query Loop?

  1. Allow for custom wp query loop. I can paste my php code and it makes the query.

image

  1. Woocommerce Filter

  2. 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.

Screenshot_2022-04-16_at_10.32.34_PM

4 Likes

+1 for manual PHP WP query; it would be very convenient to reuse stuff across sites :slight_smile:

1 Like

You can use the current filters to add manual queries…

2 Likes

I love the show content after nth post, that would be a great thing to add!

2 Likes

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?