tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
195 stars 19 forks source link

Feature: More advanced Query Loop #1254

Open frzsombor opened 3 months ago

frzsombor commented 3 months ago

Description

I propose a more advanced Query Loop with additional features

Features

  1. Add more than one "Order by" parameter
  2. Add custom "Order by" parameters (like taxonomies, custom fields [meta value -> meta key], etc)
  3. Add any custom query parameter and/or
  4. Add a filter for Query Loop query building that can be targeted strictly and globally I just realized that there is already a generateblocks_query_loop_args filter for this, which helps me with my current issue that resulted in this feature request