advanced-query-loop
advanced-query-loop copied to clipboard
WordPress plugin that introduces a Query Loop block variation that can create advanced queries.
Love the plugin for displaying posts, however I have a use case where I would like to display a list of categories (WooCommerce Product Categories specifically). The reason I want...
When "Exclude Current Post" option is enabled this warning shows up in debug log: > Warning: Attempt to read property "ID" on null in advanced-query-loop/includes/Traits/Exclude_Current.php on line 36 WP v6.8.1...
There have a been a few topics opened in the support forum that indicate there is an issue with how pagination is being detected. Rather than fight with edge cases,...
The idea was discussed in Thursday's live stream (**3/20/2025**). https://www.twitch.tv/videos/2410620643?t=01h25m00s
Based on https://github.com/ryanwelcher/advanced-query-loop/pull/24 . This PR should be merged after. Implements the possibility to specify posts that should be excluded from the query by their title. This works across multiple...
Recent added "show child item only option" is great but it work only for current page level. incase if i have sub pages of sub pages it does not work....
Adding value type comparison would allow filtering by post meta compared as type. Example WP_Query args using dates in post meta which I would like to achieve: ```php [ 'post_type'...
This is not really an issue. It is more like a feature request. I find myself in a situation where I need two different query loop block on the homepage...