soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
315 stars 29 forks source link

Issue with menu_order when using WP Grid Builder Filter plugin, an Easy Post or Repeater Array Orderby Request. #3508

Open 1101blueli opened 7 months ago

1101blueli commented 7 months ago

When using orderby => menu_order. The WPGB facet is not working, I think it would be the same with other filter plugins.

I was told that it can be resolved by adding a second "orderby" parameter. WordPress will generate duplicates if the posts have the exact same date for example and that you order by date. In this case you can add a second order by post title for example.

Thanks